In the Header Secondary Menu use the advanced menu.
Header Secondary Menu sublevel Links
You need to apply these settings:
Background Color: #363436
Font Color: #fff
How do I apply?
p.s Make the ability to edit in Advanced Styling…
Hey Антон!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .sub_menu li ul, #top .sub_menu li ul a {
background: #363436;
color: #ffffff!important;
border: none;
}
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hi Yigit.
the result:
Hi!
Please change the code to following one
#top .sub_menu li ul, #top .sub_menu li ul a {
background: #363436 !important;
color: #ffffff!important;
border: none;
}
Regards,
Yigit
Last question, you need to make as the main menu when run on the active menu item color
Yes please the link below
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .sub_menu li ul a:hover {
background: orange!important;
}
#top .sub_menu li ul {
padding: 0;
}
Regards,
Yigit
Yigit, big you thanks
You very much helped me :)