Remove image border?
-
How do I remove the borders around my images in my posts when the style in advanced image settings is set to 0 px? Sick of having every single icon and picture framed automatically.
Btw. Im using the “Under the Influence” theme by Spaceperson
Thanks!
The blog I need help with is: (visible only to logged in users)
-
The easiest way if you do not know HTML and CSS, is to open the post, click on an image to highlight it, click on the edit image button (mountain icon upper left) and when the window opens, click on the advanced settings tab and in the style field add the following.
`border:none;
-
-
i am using this theme myself for a class blog, and unfortunately, after trying this tip, it did not help. i have no idea why it’s not working. can anyone else help? please? it’s quite unsightly… especially when the image is not straight on. thanks!
-
@accvmagdesign : you added the “border:none;” code in the “a” tag. Try it on the “img” tag instead, like this:
<a rel="border: none;" href="http://accvmagdesign.files.wordpress.com/2011/02/aboutmepicmcom63_1.png"><img class="size-full wp-image-75 alignright" style="margin-top:0;margin-bottom:0;border:none;" title="aboutmepicMCOM63_1" src="http://accvmagdesign.files.wordpress.com/2011/02/aboutmepicmcom63_1.png?w=200&h=224" alt="" width="200" height="224" /></a> -
-
-
-
This would be the CSS code if you had the CSS upgrade.
.wp-smiley { border: none !important; }
- The topic ‘Remove image border?’ is closed to new replies.