Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1180149

    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!

    #1180346

    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

    #1180443

    Perfect! Worked like a charm. Now is there a way to increase the opacity (make darker) the black overlay on the image?

    #1180776

    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

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