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.