Where can I adjust my IMG values?
-
I am trying to find the area in which I can change my border settings to -0-. I have a custom signature that I use at the end of my posts but it shows a border around it. I don’t want t border, I want it to give the impression that I have personally signed it. Thanks.
The blog I need help with is: (visible only to logged in users)
-
That requires purchasing an annually renewable custom design upgrade http://en.support.wordpress.com/custom-design/ and doing the required CSS editing. http://en.support.wordpress.com/editing-css/
See here https://en.forums.wordpress.com/topic/how-to-remove-image-border-in-forever-theme?replies=3
-
-
-
This does not require the Custom Design upgrade. Switch the editor to Text (=code) and turn the image code from this:
<img ETC ETC
to this:
<img style="border:none;" ETC ETC -
- The topic ‘Where can I adjust my IMG values?’ is closed to new replies.