Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #159600
    diibify
    Participant

    I did a lot of research but couldn’t find a solution:

    Is it possible to differ the menu bar if it has a submenu or not? I would like to see on the first view if there is a submenu or not with an arrow or something.

    Best regards
    Daniel

    #159652
    Skandha
    Participant

    @diibify: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .chicago-nav-menu li > a:after {
        content: "\f502";
        font-family:Genericons;
        font-size:12px;
        margin-left:10px;
    }
    
    .chicago-nav-menu li > a:only-child:after {
        content: "";
    }
    
    .chicago-nav-menu li li > a:after {
        content: "\f502";
        font-family:Genericons;
        position: absolute;
        right: 5px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Arrow down in menu bar’ is closed to new replies.