Custom CSS don't work properly!

  • Unknown's avatar

    Hi, have problems with custom CSS. The problem is with “post title” and “read more” button, I add my own code but it still don’t work. Here is my code:

    .entry-title, .entry-title a {
    color: #00aeef;
    }

    .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #a5a5a5;
    }

    .more-link {
    color: #00aeef;
    font-weight: bold;
    font-family: facitweb, “Lato”, sans-serif;
    }

    a:hover.more-link {
    background: none;
    color: #a5a5a5;
    }

    .author {
    display: none;
    }

    The problem is that in customization menu it show me correctly but when I press save and close it continue showing original one. Here are example pictures:

    original – What I have

    must be – What I want

    Hope to solve this problem!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, your code looks fine, and I see some of it in your custom CSS right now and see it applied in my browser when I visit your site. I tried the following in my test site and the colors changed for me on Hemingway Rewritten. Can you try them again, and leave them in your saved custom CSS if you have a problem and post back here and I can take a look.

    .entry-title, .entry-title a {
        color: #00aeef;
    }
    .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
        color: #a5a5a5;
    }
    .more-link {
        color: #00aeef;
    }
  • Unknown's avatar

    Now I see the problem, thank you! Don’t know why but Firefox shows it wrong also after clearing cache and cookies. But everything are OK in Chrome and Opera. So I think for others it will work fine!

  • The topic ‘Custom CSS don't work properly!’ is closed to new replies.