Hi,
I want to make style changes to the submenu, I have already made the bg black. How can I make the font bold and white, I would also like to reduce the line height between each item, so the padding in total vertically please. Thanks.
This topic has 4 replies, 3 voices, and was last updated 10 years ago ago by Stan Russell
Hi,
I want to make style changes to the submenu, I have already made the bg black. How can I make the font bold and white, I would also like to reduce the line height between each item, so the padding in total vertically please. Thanks.
Hello,
Please use this code in Global Custom CSS
.menu .nav-sublist-dropdown ul > li > a {
color: #FFFFFF;
font-weight: bold;
line-height: 2px;
}
Regards,
Robert Hall.
Thanks ! awesome 🙂
Hello websol,
We are always happy to be helpful! Have a good day!
Regards,
Stan Russell.
The issue related to '‘Edits to dropdown submenu’' has been successfully resolved, and the topic is now closed for further responses