The buttons over the product, hidden the product picture
-
Hello
In the mobile version, in the shop list products, the buttons over the product hide part of the image, how can I do the buttons are transparent like these?
shop
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the code to the Theme settings > Custom CSS:
body .woodmart-hover-icons .woodmart-buttons{
background-color:transparent;
}
Best Regards
Hello,
That CSS code not working for mobile devices.
Best Regards
Hello,
Add this code to the mobile and tablet:
body .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons>div a {
background-color: transparent;
}
Best Regards