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 #2822237
Icons in Menu
Closed

Comments

  •  1
    Noctris started the conversation

    Hello,

    I am curious if there is any easy way to add Icons to the menu links?

    I don't see any settings for this.

    I can always do it the CSS way, but I just wanted to ask if there is a simpler solution.

    Thanks!

  •  7,092
    Oliver replied

    Hi,

    Sorry, from the box we don't have this feature, the simples way will be add it via CSS and :before 

    #primary-menu.no-responsive>li>a:before  {
        content: '\111'
        font-family: icons-pack;
    }

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

    Regards, Oliver