BarryMorris
Member
Posted 2 years ago #
http://ProCaseStudies.com is my site using WP 2.2.
My dilemma: I'm not sure why I see borders around each of the graphic elements I've added to the pages and the blog. I've not selected a border when formatting a graphic. Could this be a function of the theme (Silver Blue)?
Thanks.
Barry
innfinity
Member
Posted 2 years ago #
This part of your style.css is for the border around images
.post-content img {
border: 1px solid #C7C7C7;
padding: 5px;
}
You can either remove it or change the 1px to 0px
Agree with Innfinity -
Look for the img section in your style.css and make sure the border is set to 0, that's all there is to it.