Hi,
How can I get my Menu Footer Links to have horizontal lines in between to separate the links.
See this example (Recent Post tab):
Forgot, here is the link to the test site:
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#top #footer .widget_nav_menu li {
border-bottom: 1px solid #ddd !important;
}
Thanks,
Rikard
Thank you so much Rikard.