How to remove border from Inserted Images

Discussion in 'Elite Pro WordPress Theme' started by bizzyboy, Dec 1, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    I have 3 images inserted into the Homepage Content Area of my website. However, when I view the homepage in Chrome or IE I can see an additional 'border' around the images. I have tried changing the image border variable to '0' but it doesn't help.
    You can see the 3 images (first place, second place, third place) near the bottom of the home page here: selfdirectedgoldiraplan(dot)com

    Any help appreciated in removing the border would be most appreciated. Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .index-content img {
    border: none;
    }
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    That works perfectly. Thank You.
     
Thread Status:
Not open for further replies.

Share This Page