Viewing 3 replies - 1 through 3 (of 3 total)
  • JenR

    (@jennifer-roberts)

    Try:

    .post img, .post a img {
        border: none;
    }

    Thread Starter jennjoanne

    (@jennjoanne)

    That ended up removing the borders from all of my images. I only need to remove the border from specific images in my posts. Thanks for trying to help!

    Thread Starter jennjoanne

    (@jennjoanne)

    In case anyone else is looking for a similar solution, I figured it out:

    This image is a .png
    All of the other images I use in a post are .jpg

    So I just targeted a specific image type and taaaaadaaaaa, the border around the image disappeared.

    The code I used was:

    img[src*=png] {
    border: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Border Around Plugin Photo’ is closed to new replies.