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

    Hi guys,

    How do I remove the grey border around my product images on my homepage.

    I’m generating the product list using gutenberg blocks.

    I tried something like this in my enfold child theme but it didnt work

    #top .entry-content-wrapper .wc-block-grid li {
    	border-color:#fff !important;
    }

    Thanks

    #1207919

    Hey nychng,

    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 .main_color div,
    #top .main_color li {
        border-color: #fff;
    }
    

    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.