• Resolved timdevogel

    (@timdevogel)


    It must be easy, but I somehow can’t get it done: how do I change the font color to black in the top menu? I want to make the background white…
    Help would be greatly appreciated.

    • This topic was modified 5 years, 9 months ago by timdevogel.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Tim,
    ?
    You can try taking advantage of tools such as Inspect or Firebug which can aid in customizing. These are useful 3rd party tutorials on how to go about using Inspect.
    ?


    https://developers.google.com/web/tools/chrome-devtools/inspect-styles/
    ?
    Thank you!

    Thread Starter timdevogel

    (@timdevogel)

    Hi Enranemranx,
    Sorry, but that’s no help at all. I see in one of the video tutorials that when changing the css of the nav-items it’s best to get in touch with the theme developers ‘because there’s a lot going on there’ (their words).
    Ah well, thanks anyway for the suggestion and the links.

    Try the following in Appearance->Customize->Additional CSS

    .main-wrap .top-bar {
        background-color: white;
    }
    .main-wrap .top-bar.dark a{
        color: black;
    }
    Thread Starter timdevogel

    (@timdevogel)

    Thank you very much Jarret.

    I finally decided to apply another theme, it was time fo a change. But thanks anyway for your reply; it’s taught me something.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change text color in top menu’ is closed to new replies.