Hello, earlier you helped us remove the label in a simple product, can you help us do the same with a variable product now? We want to remove this label on hover altogether, but we cannot find this piece of code.
This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Goostaf
Hello, earlier you helped us remove the label in a simple product, can you help us do the same with a variable product now? We want to remove this label on hover altogether, but we cannot find this piece of code.
Hello,
Here is custom CSS code:
.content-product .quantity-wrapper .button[aria-label]:after {
display: none;
}
Regards
Thanks a lot 🙂
The issue related to '‘Remove label on hover’' has been successfully resolved, and the topic is now closed for further responses