How to remove border on smileysified
Filed under: Life Happens, Website Update | Taged:Alexified, css, emotiuons, style |
I have been asked by someone how I removed the border around the smileys that I use on this theme. Well it is a simple case of ading the following to the style sheet:
img.wp-smiley{
border: 0pt none;
margin: 0px;
padding: 0px;
vertical-align: middle;
}
Pretty simple huh? :p For the custom smileys I use the Custom Smiley plugin by Quang Anh Do, modded by Mastermnd. Its a fantastic plugin well worth using if you want to be able to manage your smiley emotes quickly and easily.