• Resolved Nghia

    (@nghia)


    Hi!

    I have a small problem in my theme. My emoticons are showing with a border around them. I would like to remove that border without removing the one of image in content. any ideas?

    I tried to add this into my css, but it didnt work 🙁

    .item_class img.wp-smiley, #blog_comm img.wp-smiley, div#blog entry img.wp-smiley {
    float: none;
    border: 0px;
    }

Viewing 1 replies (of 1 total)
  • you probably need another similar entry for the “a”: the border is appearing only because there is an a href, correct?

    .item_class img.wp-smiley, #blog_comm img.wp-smiley, div#blog entry img.wp-smiley a {
    border: 0px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘border around emoticons’ is closed to new replies.