Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #304994

    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

    #305063

    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

    #305080

    Perfect… thank you…!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Title and Horizontal Bar for Built-in "Page Sidebar Navigation"’ is closed to new replies.