Hi There,
I have a grid of products on this page: http://935.34f.myftpupload.com/industrial-aerospace/
I see how to create an image rollover for each product, but is it possible to create a text rollover? I’d like to underline the product name when a user rolls over.
Thank you!
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
h2.woocommerce-loop-product__title:hover {
text-decoration: underline;
}
Best regards,
Yigit
Awesome. Thanks!