Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #649176

    Hi

    1. I want to know if it is possible to remove parent item in the sidebar navigation, so it only display 2. and 3. level (children and grandchildren)
    2. Is it possible to make the the custom menus in widgets look the same as the default sidebar navigation. At the moment it places a bullet after the next, which makes absolutely no sense.

    #649844

    Hey Gammelbys15,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .widget_nav_menu ul ul li:before { display: none; }
    #top .widget_nav_menu li.current-menu-parent > a {
        display: none;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.