Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #810447

    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!

    #810453

    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

    #810501

    Awesome. Thanks!

    #810518

    Hey!

    You are welcome! Let us know if you have any other questions or issues ;)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add Text Rollover to Product Name’ is closed to new replies.