This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow
I need to change the color of the menu and I can’t find how https://ibb.co/cwRRT5f
Hello,
We don’t have option to change the color of these links. But you can use the below custom in Theme Options > Custom CSS to change that
.et_b_header-menu .secondary-menu-wrapper .menu > li > a {
color: #43a048;
}
Regars
You must be logged in to reply to this topic.Log in/Sign up