Tagged: navigation menu widget
Hi!
How do I change the line height and font size on the navigation menu widget? I’m using the widget element as a right sidebar. The space in the widget for each menu link is too tall, and the font too large.
thank you so much!!
Hey doug123,
Thank you for the inquiry.
You can use this css code to adjust the font size and line height of the widget menu items.
#top .content .flex_column .widget_nav_menu li a {
padding: 0.2em 3px;
font-size: 13px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Thanks Ismael! Works perfectly and also thanks for the head’s up about File Compression.
Doug