Hi All!
I would like to decrease the vertical spacing between the submenu item and the main menu. Have searched the knowledgebase and also inspected the code and am not sure how to do this. What do you suggest? See private content for link to example.
Thanks!
Valerie
Hey Valerie,
Add this to quick css:
.sub-menu{
margin-top:-40px!important;
}
Best regards,
Jordan Shannon
Perfect! Thanks, Jordan. Also….what is the code for no border and no shadow behind the submenu?
Hi,
Great! I’m glad that first bit worked. Add the following as well:
.header-scrolled .sub-menu{
margin-top:-20px!important;
}
.sub-menu{
box-shadow:none!important;
}
.sub-menu a{
border:none!important;
}
Best regards,
Jordan Shannon
Thank you, Jordan! Works great!
Another formatting question for the submenu items…I would prefer no background color and to have the font change to bold on hover. Can that happen?
Hi,
Add this to quick css:
.sub-menu a:hover{
font-weight:bold!important;
}
Best regards,
Jordan Shannon
Thank you, Jordan!
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay