Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #793783

    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.

    #793951

    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

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