+ Reply to Thread
Results 1 to 3 of 3

Thread: Help with emoticon frame

  1. #1
    Join Date
    Jul 2010
    Posts
    3

    Default Help with emoticon frame

    Hey experts,

    question from Bavaria.

    I modified my style.css file corresponding to this thread.

    Now my emoticons appear with frame around the head ;-) This looks really weird. Can you help?

    Many thanks.

    Regards from Munich

    Mathew

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Find this line in your CSS:

    Code:
    .entry img, .entry .gallery img { border: 3px double #bbb; }
    And then add this one line after:

    Code:
    .entry img.wp-smiley { border: none; }
    If that doesn't work, try:

    Code:
    .entry img.wp-smiley { border: none !important; }

  3. #3
    Join Date
    Jul 2010
    Posts
    3

    Default

    Thank you sofimi, it works! Regards, M.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts