remove hover feature in button
-
When I hover over “read more” in the archive products, a cart-shaped icon appears. Can I disable the hover function? The read more button and the shopping cart don’t go together.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-add-btn-replace a.add-to-cart-loop:hover:before,
.wd-add-btn-replace a.add-to-cart-loop:hover span{
transform: none;
}
.wd-add-btn-replace a.add-to-cart-loop:before{
font-size: 0;
}
Best Regards,
thanks it works very well.
Hello,
You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘remove hover feature in button’ is closed to new replies.