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.

1px shadown on picture

Resolved 3 replies pluginplugin-page-builder
11 years ago · Last reply by Andrew Misplon 11 years ago

I am using the page builder on a theme and there is a 1px shadow below a picture i cant get removed. I would like to not have this on any images in the image widget. I tired to remove it from the panel css and some others but nothing works. Any ideas.

site page.: http://3dfitstudio.com/mainwp/success-stories/

under the leah picture

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi Kenneth. That’s your theme’s CSS file doing that. If you place the following in a Custom CSS module it will remove it:

    /* Images */
    .featured_text_full img, .featured_text_full iframe, .featured_text_fullpost img, .featured_text_fullpost iframe {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
  2. Kenneth Presler 11 years, 9 months ago

    worked great thanks as always

  3. Andrew Misplon Staff 11 years, 9 months ago

    Super, glad we could help.

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