• Good afternoon,

    I’ve changed the primary color, but the one thing that doesn’t change is the hover color on product previews. It’s still the default teal color. How can I change this?

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

Viewing 1 replies (of 1 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi,

    Yes, You can change the hover color on product previews with custom CSS.
    Please add below custom CSS in your theme Customize
    Appearance -> Customize -> Additional CSS

    .shop-item:hover .shop-item-tools {
    	background: rgba(255, 255, 255, 0.8);
    }

    Currently, we give white color, and you have to give the custom color you want to it.

    We are happy to help, and we are always ready for your help. If you have like our theme, please give a five-star review. It will be a big help to us from you.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Change hover color on product preview’ is closed to new replies.