Hi there,
what exactly do you want to change? What is the address of your site?
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 🙂
That worked! Thanks so much.
J