• I am using a new theme called fspring. There is a border that appears around all the images that I am trying to get rid of. I assigned all the images in the css to appear with no border but it keeps showing up.

    Anybody have ideas on how to get rid of that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have a link we could look at? I check the link by your name and everything seems ok there…

    You may already know this, but after changing CSS sometimes you need to “force” refresh your browser (ctrl-F5 typically works).

    Thread Starter remdog

    (@remdog)

    Yea I refresh. The link is http://www.whymyblogstinks.com

    Steve

    The offending code you want appears to be

    .entrybody img {
    padding: 4px;
    border: 1px solid #DFDFDF;
    }

    …to remove the borders around the icons.

    You could change it to 0px or just remove the border rule altogether.

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

The topic ‘Image border’ is closed to new replies.