• Resolved delorean23

    (@delorean23)


    How do I change the text on the nagivation bar? I’m not familiar enough with CSS to create my own code to do this.

    Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,
    what exactly do you want to change? What is the address of your site?

    Thread Starter delorean23

    (@delorean23)

    The site I’m working on is still in draft form, not live yet.

    But the question is just about the Dara theme generally – not specific to one site. Wondering generally how one changes the text as there is no option in the Appearance settings.

    Thx
    Jx

    Oh, I just noticed the tag you added to the post – so you want to change the color of the menu, is that correct?
    You may do some global changes changing palettes in the Customizer, however, specific changes would need custom CSS. If you have not added any custom CSS, this should work:

    nav.main-navigation ul#top-menu a {
    color: red;
    }

    You will replace the word red to the code of the color you want to use.
    I hope that helps ??

    Thread Starter delorean23

    (@delorean23)

    That worked! Thanks so much.
    J

    Yay! Glad to hear that ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text on navigation bar’ is closed to new replies.