I’d like to remove the border from an image in WordPress.
It’s the latest default theme (twenty eleven?)
In another question on this, I saw a link to a page that said, to change the “border-width” value. So I searched for “border-width” and changed the px value to “0”, but this didn’t do the trick.
I’m a beginner, so if possible simple steps will help. E.g. “change this to this” or “add this in this place in the css”
The image I’d like to remove the border from is the signature at the bottom of this page: http://richardclunan.com/
There’s also a border around the photo closer to the top of that page, which I can either keep or get rid of that border. If I get rid of it, then I’ll probably add a border to the image itself, if it’s easier to get rid of all borders in the css.
Thanks, Richard
You can either change
to
@ style.css line 935
But that will affect all images in that style.
If you don’t want that you can add an extra class to the image, e.g.
no-borderand add:in your stylesheet