Remove image borders in css
-
I get grey borders around images posted on my blog, i do remove them manually, but with lots of small images, like this: http://doprojektet.wordpress.com/2011/09/02/tvillingar-workshopbilder/
it takes too much time, how can i do this in the css for all the posts?The blog I need help with is: (visible only to logged in users)
-
To remove the borders from images in the Bueno theme, try adding this to your Appearance → Custom Design → CSS page:
.entry img { border: none; }
- The topic ‘Remove image borders in css’ is closed to new replies.