Home>Support>Still see the Border shadow/line on the Vantage theme…

Still see the Border shadow/line on the Vantage theme…

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

URL: http://dev.atlona.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    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;
    }
    
  2. 10 years, 5 months ago Michael Dodsworth

    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

  3. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More