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
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