• Hi

    At this Joomla page: http://www.arbetsplatsambassador.se I’m just using one menu and with modules just shows sub menu items to the left (sidebar).

    How do I do that in WordPress? I’d tried with css but haven’t solved it. Help please. =)

    .widget_nav_menu ul  li {
        display: none;
    }
    
    .widget_nav_menu ul  li.menu-item-has-children li {
        display: block!important;
        background-repeat: no-repeat;
        background-image: url(http://195.238.77.215/~kavlingelarcen/wp-content/uploads/2017/12/menypilar.png);
        background-position: 0px 13px;
        font-size: 15px;
        padding: 0px 0px 0px 15px;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The page you work on doesn’t have sub menu yet (there is no menu with class .menu-item-has-children yet), please assign sub menu so that it shows in the page and then you can work on CSS, but mostly it will just work because most if not all WP themes do style the sub level list already.

    See this page under this header: Creating Multi-level Menus
    https://codex.wordpress.org/WordPress_Menu_User_Guide

Viewing 1 replies (of 1 total)

The topic ‘Menu level 2’ is closed to new replies.