How do you increase the size of the font of the menu items in the footer?
Hey blankonblank!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#socket .sub_menu_socket li a {
font-size: 15px;
}
Best regards,
Ismael
perfect. thanks.