HI...is there any way to omit the thin border that appears when photos are uploaded? this really takes away from some, especially those that are in circular shapes, etc.
The blog I need help with is somebodys-home.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
HI...is there any way to omit the thin border that appears when photos are uploaded? this really takes away from some, especially those that are in circular shapes, etc.
The blog I need help with is somebodys-home.com.
You have a custom design upgrade so I'll flag this thread and have it moved to the CSS Forum for your where you can get the help you need.
you can use this:
<br />
#masthead img,<br />
#featured-content img,<br />
#recent-content img,<br />
.entry-content img,<br />
.entry-thumb img,<br />
.comment-content img,<br />
.widget img {<br />
background: #fff;<br />
border: none;<br />
max-width: 99.35%;<br />
padding: 1px;<br />
}
This topic has been closed to new replies.