• I’ve tried contacting support via the website, but it’s gotten very slow in the last several months. I go days in between responses, and the last response didn’t help at all.

    My links hover colors aren’t working… you can’t even tell that you’re on a particular area of the nav-bar without looking at what the cursor is on… I’m used to a change of title color, or the whole thing being highlighted (which I don’t know how to do)…

    So I contacted them, and she said I need to put “!important;” after each of the hovers.

    Not only did that not work, but I have read some very scathing posts about the over-use of that particular piece of CSS…

    Help?

    My site is https://www.cheekyvisionaries.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • it works if you put !important after the color you want

    put this in your css

    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a {
    color: #00CED1 !important;
    }

    Hi Amanda,

    In the Tickled Pink theme, the link colors are actually within the customizer and you shouldn’t need to edit the css file. If you go to Appearance>Customizer and then select the Colors panel you can change the ‘Primary Color’ and that will update the link colors for you!

    Thread Starter amandasuehowell

    (@amandasuehowell)

    Hi Lauren!!! Thank you… I think I just figured out what it’s doing (although I’m not sure why). It looks like the links are that dark grey color that it comes with, and then when I hover you can see the color I chose (it was a dark purple). I just lightened the color, and I can tell it’s doing that now… but it’s not turning the links that color. It’s hovering that color.

    I’m still trying to figure out a way to make it more obvious that you’re over a link… when you drop down a menu from my nav-bar, because there’s no highlighting/shadowing, it’s hard to tell which link you’re trying to click.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No hover colors in Tickled Pink by Restored 316’ is closed to new replies.