Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I am trying to get rid of the border around images and boxes. I followed all the instructions but it’s still showing up. Any suggestions?
Thanks
Mike
Hi Michael
Head to Appearance > Customize > Page and un-check Image Shadow and Rounding. To remove the effects around images with captions you’ll need to insert the following under Appearance > Custom CSS:
/* Vantage Remove Image Caption Border and Shadow */ .entry-content .wp-caption { border: none; box-shadow: none; }Implemented the code but I still see a faint line at the bottom of all images and text boxes.
http://dev.atlona.com/
Thanks
Mike
Are you looking here?
http://dev.atlona.com/products/
Those styles are generated by WooCommerce, you can remove with:
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { box-shadow: none !important; -webkit-box-shadow: none !important; }