Two questions…
One… I want to use the built-in “Page Sidebar Navigation” as it works just fine for my purposes. However, is there a way to add a title above the page listing, similar to other sidebar elements…?
Two… Is there a way to put a horizontal divider under the “Page Sidebar Navigation…?” I want to provide a bit of subtle separation between the navigation and other sidebar elements.
Thank you.
– Anthony
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .widget_nav_menu:before {
content: 'my title';
font-size: 20px;
color: black; }
ul.nested_nav {
border-bottom: 1px solid #e2e2e2;
}
Regards,
Yigit
Perfect… thank you…!!!