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?
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
That didn’t make any change… The background still turns white and the text disappears.
Hi bakbek,
Where are you putting the code? I can see that the code is not there.
Best regards,
Victoria
Sorry, my bad. It works great now :)
Hi bakbek,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria