Home>Support>Still see the Border shadow/line on the Vantage theme…
  1. 9 years, 8 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. 9 years, 8 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. 9 years, 8 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