HI
I have searched and searched the faq, forum and documentation, but have not found the wise stone to these questions.
1. I would like to change the background color to #41b0c3 in the drop down menu. Not the menu main bar !
2. The space between the menu items in the dropdown box is to big. I would like to make it less. How is it done ?
Hi Edsbjerg!
1- Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links”
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust 4px value as needed
#top .av-main-nav ul a {
padding: 4px 15px;
}
Cheers!
Yigit