Hello I am using the product grid to create a products page on my site, and the text appears black over a black image. Is there a way to change the color of the text?
Thanks!
Hey KeyshaunSmith,
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 .all_colors h2.woocommerce-loop-product__title {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect! Worked like a charm. Now is there a way to increase the opacity (make darker) the black overlay on the image?
Hi,
Add this to quick css:
#top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
background: rgba(0,0,0,0.5)!important;
}
Best regards,
Jordan Shannon