• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good Evening,

    I need some assistance with the colour change of all hover links.. I am sure I’ve already done this, but my mind has gone blank. I currently have all the post titles, widget area and anything that you hover over a pink colour, but I would like it to be a dark blue {#0B1239}

    Would love some guidance on how I achieve this!

    Anna-Marie
    https://mummyheartsyou.com

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Good evening to you too, and thanks for contacting us.

    Could you please first check what’s inside Customize -> Additional CSS on your website?

    It could be that the pink colour was set up there…

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you for getting back to me. The only colour change in the Additional CSS that I have changed is the menu colours

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0B1239;
    }

    I would like to change the blog title hover colour and the links underneath the blog posts {Tags, author comments etc..}

    Thank you in advance

    Thanks for getting back with the info.
    The reason why I’ve asked that was that it seemed the pink hover effect was introduced by some additional piece of CSS so I thought that it might have been there.
    Then again maybe it was added in some other plugin.

    Anyway, please try adding this to Customize – Additional CSS

    .navbar-default .navbar-nav > li > a:hover {
        color: #0b1239;
    }
    
    a:hover, a:focus {
    	color: #0b1239;
    }

    Please let me know if it fixes everything you wanted to.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you so much! Thats exactly what I wanted..

    Anna-Marie

    You’re welcome, I’m glad that it worked.

    Could you please then mark this isue as resolved and if you feel like it I was wondering if I could trouble you to write a quick review for us here: https://www.ads-software.com/support/theme/kale/reviews/#new-post ? We’d really appreciate it!

    Thanks and have a nice day. ??

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    No problems, will review the theme for you ??

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