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 #2126032
Dropdown Icon
Closed

Comments

  • Haris started the conversation

    Hi,

    How can I add dropdown icon in the menu?

  • [deleted] replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

  • Haris replied

    In the primary menu I want to add icon indicating there is dropdown  menu

  • [deleted] replied

    Hi, you can use our menu style  (Screen_14-03-49.png , Screen_14-03-36.png  ) or  use following css, for example:

    .menu-item-25431 a:before {
            content: "\e622";
            display: initial;
            font-family: "thegem-icons";
            font-size: 20px;
            font-weight: normal;
            margin-right: 5px;
            width: 100%;
            position: relative;
            top: 3px;
        }

     

    6707465710.png