Still see the Border shadow/line on the Vantage theme…
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.