Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #951496
Add down-arrow for menu items with sub-items
Closed

Comments

  •  2
    BlackSky86 started the conversation

    Is there anyway to add a down pointing arrow or something to let the user know that the menu item has more sub-items? Currently there’s no way for the user to know if a particular menu item has a submenu. All the menu items look the same regardless of whether or not they have submenus. Look at the attachment for reference to another theme that does include it. 

  •  6,933
    Oliver replied

    HI!

    Yes, pls. share link to your URL I'll give you css (I need to see your menu style)

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   BlackSky86 replied privately
  •   Oliver replied privately
  •   BlackSky86 replied privately
  •  6,933
    Oliver replied

    HI!

    pls. add following css:

    #primary-navigation .menu-item-has-children > a:after {
        content: "\e602";
        font-family: 'thegem-icons';
        color: #000;
        margin-left: 5px;
        font-size: 16px;
        vertical-align: top;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    BlackSky86 replied

    That works, thanks.