Gigacore
Dreamweaver
A problem arises when you add image borders. An unwanted ugly border will appear around the smiley whenever you or someone inserts it. This can be eliminated by adding a line of CSS code into your theme’s Stylesheet, keeping the image borders intact.
To remove the border, follow these steps:
1. Go to your wordpress Admin CP.
2. Click on Presentation and the select the theme for which you want to add image border.
3. Click on “Theme Editor”
4. Open “Stylesheet” or “style.css” whatever from the right hand list.
5. Now you must be able see the CSS codes.
Now copy and paste this code in a new line after any “ } “ close tag.
This will remove the ugly borders around those smilies keeping image borders intact.
*farm3.static.flickr.com/2160/2276363527_96c0f4b728_o.jpg
Via: My Blog
To remove the border, follow these steps:
1. Go to your wordpress Admin CP.
2. Click on Presentation and the select the theme for which you want to add image border.
3. Click on “Theme Editor”
4. Open “Stylesheet” or “style.css” whatever from the right hand list.
5. Now you must be able see the CSS codes.
Now copy and paste this code in a new line after any “ } “ close tag.
Code:
img.wp-smiley{ border:none;}
This will remove the ugly borders around those smilies keeping image borders intact.
*farm3.static.flickr.com/2160/2276363527_96c0f4b728_o.jpg
Via: My Blog
Last edited: