Hi Support,
I would like to remove the text: “Choose size::” from the cart drop down.
I have attached the image.
Thanks in advance.
Hi Wils1234!
Please add following code to Quick CSS
.mini_cart_item dl.variation > dt {
display: none!important;
}
Best regards,
Yigit
Hi Yigit,
Thank you. This has worked.