Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2808
    Greyer
    Participant

    Hello Support,

    I’m trying to change the border around smileys at Your theme.
    I’ve tried in various ways but behaviour (border: 1px) is always inherited from #main #content img not from:
    1. Custom CSS in Appearance
    2. Custom CSS inside Simple Catch theme options
    3. .wp-smiley {} inside the style.css of Your theme

    I’ve tried code:

    <code>.wp-smiley {border: 0}</code>
    and
    <code>img.wp-smiley {border: 0}</code>
    and
    <code>#main #content .wp-smiley {border:0}</code>

    Please advise.

    #2827
    Sakin
    Keymaster

    @Greyer: Can you send me your site url so that I can check in what is going on and will send you css.

    #2829
    Greyer
    Participant

    Here You go szary.pe

    #2833
    Sakin
    Keymaster

    @Greyer: It should be as below:

    #main #content img.wp-smiley { border: none; }

    But I don’t see the smiley in your site to check it. If this fix then it’s fine otherwise send me the direct link of the post which has smiley.

    #2859
    Greyer
    Participant

    It appears that it got the configuration but with delay (maybe WP SuperCache did it even if I was logged in).

    Thx for help 🙂

    #2861
    Sakin
    Keymaster

    @Greyer: When you can cache installed then you need to manually clear the cache. Thanks it helped you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problems with CSS for .wp-smiley’ is closed to new replies.