This topic has 5 replies, 2 voices, and was last updated 3 years ago ago by demzie
Single productpage: Howto remove the clear button/text?
I want to completely remove the ‘Clear’ that appears when selecting a attribute option.
Howto do this?
Also for the shop / category page, it also comesup.. dont want it 🙂
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
a.reset_variations {
display: none !important;
}
Regards
Yes, this works! but only for single page.. howto also disable on category/shop page?
Thanks
Please change the code to:
a.sten-reset-loop-variation,
a.reset_variations {
display: none !important;
}
Regards
Works!
Thanks!
Tagged: clear text, howto, remove button, single-productpage, templates, woocommerce, wordpress
The issue related to '‘Single productpage: Howto remove the clear button/text?’' has been successfully resolved, and the topic is now closed for further responses