This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    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. Michael Dodsworth 11 years, 1 month ago

    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. Andrew Misplon Staff 11 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread