How do I Remove Border from Iamges?

Discussion in 'Forum Rules' started by zappa64, Dec 18, 2013.

Thread Status:
Not open for further replies.
  1. zappa64

    zappa64 New Member

    Joined:
    Sep 25, 2012
    Messages:
    10
    Likes Received:
    0
    How do I remove the border around images with captions.
    It looks to be a 1 pixel border around the image and the caption.
    I inserted the code below and it didm;t work.
    wwwDOTbbctellyDOTcom/site/muskoka-map/

    .index-content img {
    border: none;
    }


    Regards,


    Adam
     
  2. zappa64

    zappa64 New Member

    Joined:
    Sep 25, 2012
    Messages:
    10
    Likes Received:
    0
    BTW, I noticed if its just an image it works fine but if I add a caption the border appears.
    Thanks.
     
  3. zappa64

    zappa64 New Member

    Joined:
    Sep 25, 2012
    Messages:
    10
    Likes Received:
    0
    I found a walk around. See below.
    .wp-caption {
    border: 1px solid white;
    }
     
Thread Status:
Not open for further replies.

Share This Page