Home Forums Basel support forum Changing just the mobile hover font colour

Changing just the mobile hover font colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257070

    mizzionare
    Participant

    For my mobile menu if I am on home it shows ‘home’ as dark grey font on a dark background, looking to make it light grey instead.
    Thank you

    #257132

    Hello,

    Most likely your Prime color is grey. You can change it in the Theme Settings > Styles and colors.

    Alternatively, you can change it with custom CSS:

    body .mobile-nav ul li.current-menu-item > a{
    color:#fefefe;
    }

    Please add this code to the Theme Settings > Custom CSS > Global

    Best Regards

    #257182

    mizzionare
    Participant

    Thank you! I actually found a workaround as well in advanced typography settings

    #257438

    Artem Temos
    Keymaster

    Great we are glad that you sorted it out. Feel free to contact us if you have any questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Changing just the mobile hover font colour’ is closed to new replies.