Tagged: font, Product Grid
The fonts on product grid got really light and the color changes to black which is visible at all. I think these changes after the update, please advise. I would like the product grid to be just like on the TRAVEL DEMO.
Hey boonkernels,
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
.avia-builder-el-30 .woocommerce-loop-product__title {
color: #fff;
}
#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header {
opacity: 1;
background: rgba(0,0,0,0.25);
}
#top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
background: rgba(0,0,0,0.55);
}
If you need further assistance please let us know.
Best regards,
Victoria