Product Layout on overview pages: “Minimal Overlay with Centered Text”
Question: I love the look of this, but when you hover over the product image, a black, not only does the black overlay disappear, but the text – the product title – also disappears
Can thtat be changed, so that when you hover oer the product the overlay disappears, but the title of the product remains?
Let me know.
thanks so much,
Hey,
Thanks for contacting us!
I added following code to Quick CSS field in Enfold theme options > General Styling tab
#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
opacity: 1;
background: transparent;
}
Please review your website :)
Best regards,
Yigit
That’s awesome, thank you so much!