Hello support,
I would like something removed on the cart page.
What CSS would I need?
Image attached.
Thanks in advance.
Hi Wils1234!
Add this to your custom CSS.
.woocommerce-cart .variation {
display: none !important;
}
Cheers!
Elliott
Hi Elliot,
It removed all “Choose size:: EU36”. I only want “Choose size::” to be removed. How would I go about that?
Thanks.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-cart dl.variation>dt {
display: none!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Hi Yigit,
Thank you. This works.