• I have these anoying backgrounds behind all of my images, most of the images are transparent, which doesn’t matter due to the fact there is annoying background and hairline border around them.

    Here’s the site.
    http://www.palletinsider.com/request-more-information/

    The Theme is Gloss Surface by Obox Design

    Can anybody help me remove these annoying backrounds?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think this is placing the background and border around the images.

    /color-styles/light-blue/style.css

    .post .copy img {
    background: none repeat scroll 0% 0% #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    Thread Starter looieman

    (@looieman)

    How do I fix it? Do I need to remove that from the Style Sheet or something?

    Maybe you could try commenting some of it out and see if it does what you want.

    .post .copy img {
    /* background: none repeat scroll 0% 0% #FFFFFF; */
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); */
    }

    Make a backup first, of course.

    Thread Starter looieman

    (@looieman)

    Thanks, I had to find the stylesheet for each color setting and edit it, but I got it fixed finally.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove background around embedded images’ is closed to new replies.