Hi
1. When you select a variable product in woocommerce it shows text (Tags, Clear section) underneath all bunched up on a Mobile device
2. How can I modify Cart remove X to a word?
Hi!
1. Can you post a link to a variable product on your site?
2. Try adding this to Quick CSS:
.product-remove a.remove {
text-indent: initial !important;
font-size: 0;
background: none !important;
border: 0 !important;
border-radius: 0;
}
.product-remove a.remove:after {
content: "Remove";
font-size: 12px;
}
Best regards,
Josue