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.

Gray line showing under my images

Resolved 5 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Thin gray line showing under my images that I upload into the image widget in sitebuilder?
How do I get remove them.

see sample at http://www.unitedjewelrycompany.com/?p=3293

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 9 months ago

    Hi

    In Vantage Premium head to Appearance > Customize > Page and find the Image Shadow and Rounding setting there.

    https://siteorigin.com/vantage-documentation/customizations/page/

    In Vantage Free insert the following into a Custom CSS plugin or module:

    /* Vantage Remove Image Shadow and Rounding */
    .entry-content img {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
  2. gyarb 11 years, 9 months ago

    Thank you, it worked like a charm!

  3. Andrew Misplon Staff 11 years, 9 months ago

    Super, glad we could help.

  4. freshwater 11 years, 1 month ago

    1. this worked by why? LOL! i only want light-gray border removed from 1 page, 2 images in the right column. placing your above code in vantage child theme ONLY did what i wanted. why didn’t this code remove colored borders and gray borders(with captions) on all pages sitewide? it should have?

    2. i’m using Vantage, Pagebuilder, Black Studio TinyMCE Widget and which has an Attributes > CSS Styles for EACH page created. i thought this is the best place to modify because i only want this page’s right column images with no border. i copied your code there and it didn’t work. is there other code you have an example of which will allow pasting in this TinyMCE > Attribute/CSS area so i can make sure i only effect the one page?

    thank you!

    • Andrew Misplon Staff 11 years, 1 month ago

      Hi freshwater

      Thanks for reaching out.

      We run a forum prioritisation system, so unless you’re helping another poster then we do kindly ask that you open a fresh thread per query or set of queries:

      Page: New Thread

      Please do so at the above link and we’ll be with you ASAP. I’m sure we’ll be able to get you sorted with this query.

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