Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there Justine,

    Hope you’re well today!

    Please try adding this custom CSS to Appearance >> Onetone Options >> General Options >> Custom CSS:

    .home-navigation > ul > li.current > a > span {
    color: #000;
    }
    
    .home-navigation > ul > li > a > span:hover {
    color: #000;
    }

    Replace the color hex values to the one of your choice. First one should change the current menu item color and the second one menu hover color.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Justine13

    (@justine13)

    Thank you very much it works!

    But there is a gap between two sections when I select one, it is the second which is active

    Hey again Justine,

    Not sure I understand, I checked your site again and I see no changes. Can you add the code again so I can take a look?

    Best regards,
    Bojan

    Thread Starter Justine13

    (@justine13)

    When I click on “about us” is “contact” appears to be selected
    What code?

    thank you for your help

    Hey Justine,

    I meant the code I provided. Is the hover part working? Please try replacing the first part with this one:

    li.onetone-menuitem.active.current > a > span {
    color: #000;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Justine13

    (@justine13)

    It’s great it works! thank you very much Bojan !!

    And sorry for my bad english, i’m french ??

    Hey,

    Glad I could help! Your English is not bad at all ??

    Cheers,
    Bojan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing the Font Color of the Header when is hover/active’ is closed to new replies.