Hi guys,
I need to be able to change the size of the font on the custom menu widget within the footer of this website:
See screengrab of what I’m referring to:
http://prntscr.com/fe77qr
Thanks
Hey Krissie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer .widget_nav_menu a {
font-size: 20px;
}
Best regards,
Yigit
Great! Thanks Yigit! :)