Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #939316

    Hi, when I hover over a product on the shop page, it just turns to white background.

    How can I make it a darker grey color when I hover over a product?

    #939656

    Hey DROR,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
        opacity: 1;
        background: rgba(0,0,0,0.7);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #939726

    That didn’t make any change… The background still turns white and the text disappears.

    #940211

    Hi bakbek,

    Where are you putting the code? I can see that the code is not there.

    Best regards,
    Victoria

    • This reply was modified 6 years, 7 months ago by Victoria.
    #940326

    Sorry, my bad. It works great now :)

    #940410

    Hi bakbek,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.