• Hello
    I have used the advice given in this forum to change the colours of my fonts – thank you! However, my menu and post titles are still coming up in the default gold colour when I hover over them. How do I change the hover colours of these links as well please?
    Thank you!!

    ps. my blog is brand new, so looks a bit basic at the moment! Any tips are welcomed ??

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    add this

    .navigation > li > a:hover, .navigation > li.sfHover > a, .navigation > li.sfHover > a:active{
    color:cyan;
    }

    in your custom CSS box under Customize-?Additional CSS to change that

    Let me know if you need additional help with this.

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Brilliant! Thank you very much ?? Now all my hovers are aquamarine and the gold is gone.

    But – how do I invert some of this? I’d like my post titles to be black with aquamarine hover, and comment count and category to be aquamarine with a black hover. Sorry to be pedantic. Thank you again!

    Hi @sealyourwideshores
    Add this

    .entry-title, .entry-title a{
    color:#000!important;
    }
    .entry-title a:hover{
    color:cyan!important;
    }
    

    in your custom CSS box under Customize-?Additional CSS
    Let me know if you need additional help with this.

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Thank you for your reply. That changed the colour of my titles to black, but did not change the colour of my category or comments to green. Any thoughts? Thanks!

    Try this also

    .entry-meta.entry-meta-bottom .entry-comments-no{color:cyan;}
    .entry-category, .entry-categories a{color:cyan}
    
    .entry-meta.entry-meta-bottom .entry-comments-no:hover{color:black;}
     .entry-categories a:hover{color:black}

    Let me know if this worked for you.

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Fantastic! Thank you very much once again ??

    @sealyourwideshores That’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.

    Also, we’d really appreciate if you could you take a minute and rate our themeat https://www.ads-software.com/support/view/theme-reviews/olsen-light.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hover Colour Change’ is closed to new replies.