• Resolved smithc1080

    (@smithc1080)


    I am trying to change the color of my menu from white to black and for the life of me I am not seeing the option anywhere. Can someone advise? I am using the One Page Express theme. Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The font colour of the menu is as follows

    #drop_mainmenu > li > a {
        color: #000;
    }

    If you use Google Chrome you can right click on any element on the page and click Inspect and that will show you the css code. Just add the above to your theme’s stylesheet.

    You also should make a Child Theme and place that code in there instead of the main theme as when the theme gets updated that piece of code will be overwritten.

    I hope this helps and I’m trying to tell you how to suck eggs…..

    Colin

    Thread Starter smithc1080

    (@smithc1080)

    Thanks! That worked!

    • This reply was modified 7 years, 2 months ago by smithc1080.

    where do I insert the code using firefox?

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