How to change the text colors of the menus?

HI!
Can you tell me how to change the text colors of the menus?
thank you

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation, for example, this CSS snippet:

.header-navbar .menu-item {
	color: purple;
}

Please note that it can require further customization.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.