• Resolved picthechic

    (@picthechic)


    Hi

    Not sure if this is a browser issue or my theme – but if you check the site i’m working on here
    you see the intro image has a grey border around around it which i do not want there

    you can also see it on this page scroll down and you can see icon’s with a grey border around them

    Is there any way of making my theme not have this grey border around images?

Viewing 2 replies - 1 through 2 (of 2 total)
  • huggie

    (@huggie)

    If you look for this in your stylesheet (about line 65):

    #content img, #contentwide img {
       border:1px solid #D0D0D0;
       float:left;
       margin:3px 10px 3px 0;
    }

    Change it to this:

    #content img, #contentwide img {
       float:left;
       margin:3px 10px 3px 0;
    }
    Thread Starter picthechic

    (@picthechic)

    You are Brill!! that did the job ?? Thanks so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border around images on posts and pages- how to remove?’ is closed to new replies.