• Resolved laurenchu

    (@laurenchu)


    Hi,

    I’m looking to change the hover colour of the title of my products! I’ve tried a number of css codes to change it but nothing seems to be doing the trick. I’ve been able to change the button hover colors, but can’t figure out the product title hover!

    Thank you so much in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wpnomad a11n

    (@wpnomad)

    Hi @laurenchu ,

    Do you want to change this color when someone hovers over the products: https://d.pr/i/Zk3nzz ?

    If so, then please use the following CSS:

    
    .woocommerce ul.products li.product h6:hover {
        color: red !important;
    }
    

    The above code will change the product title color to red when hovered. You can change the color by adding their hex code from https://www.google.com/search?q=color+picker

    I hope this helps!

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text hover color for product title’ is closed to new replies.