• Resolved justusandlove

    (@justusandlove)


    Hi there, I am a newbie to wordpress and looking for help with the Menu bar that sits under the Title. I just recently changed the background white from another post I read in the support forum and when viewing the site on a PC the font is grey but when I look at the site on a tablet, the menu categories do not show up in the drop down anymore, because I think the font is white in tablet view. How do I change the color of the font on the MENU bars and keep it consistent in both tablet and PC view?

    my website is https://www.justusandlove.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    I am a little confuse if you want to change the font color to white and keep it consistent or grey and keep it consistent.

    So I am giving you the codes for both, use the one you need.

    You can do it by adding the below code in your theme’s style.css file.

    I would advice you to do the changes using a Child Theme or by using a My custom css plugin to keep the changes preserved even after the update

    To make it white

    #main-navigation li a {
        color: #fff;
    }

    To make it grey
    then remove the color code from line number 521 from your style.css file
    which is something like below

    #main-navigation li a {
        color: #fff;
    }

    Hope it helps!!

    Thanks

    Thread Starter justusandlove

    (@justusandlove)

    This has helped so much, THANK YOU!

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Font Color’ is closed to new replies.