Tagged: dropdown menu, enfold, main menu
Two questions re. customizing the main menu drop down.
1) The main menu drop down is hanging too far below the main menu.
This is what is holding it up:
element.style {
height: 88px;
line-height: 88px;
}
How/where do I edit this? No stylesheet is indicated by Firebug.
2) I want the color of the drop down menu font to be white (it is currently too dark).
How do I edit this? (I’ve been looking long and hard for this!).
Any help would be much appreciated.
nik
Hey!
1. That style gets applied to top-level menu items only, i’m not noting any ‘hanging’, could you please elaborate or post a screenshot of the issue?
2. Add this code to Quick CSS:
.sub-menu a {
color: white !important;
}
Cheers!
Josue
Fabulous Josue.
I had managed to resolve the hanging submenu item after I posted.
Your code changing the submenu font color to white is much appreciated!
Gracias!
nik
You are welcome Nik, glad to help :)
Regards,
Josue