Is there a way to style only the nested subpages ?
as http://dev.wmc-card.com/about-us/history
Any help will be fantastic
Hey Knut!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .widget_nav_menu li {
border: 1px solid #e2e2e2;
border-bottom: none;
padding: 3px;
}
#top .widget_nav_menu li:last-child { border-bottom: 1px solid #e2e2e2; }
Cheers!
Yigit
Thanks – but the missing the hover effect