Can you please help with CSS:
– is there any way to auto-match WP’S nav menu widget for font, font size and font color defined in Enfold Theme options?
– otherwise, can you please just provide the CSS so that the WordPress Nav Menu used in the footer, 3rd column matches the current site styling incl. size, line spacing, color etc?
Thank you,
Hey dumdeldidum,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer .widget_nav_menu a {
font-size: 16px;
padding: 0px 10px;
}
#top .widget_nav_menu ul ul li a {
padding: 0px 10px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello again Victoria. Splendid, works as expected. You provide such great costumer support. Can be marked as solved.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon