[Resolved] New icon for a menu item on the navigation bar

Home Forums Support [Resolved] New icon for a menu item on the navigation bar

Home Forums Support New icon for a menu item on the navigation bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1647852
    Huseyin

    Hi Team,

    Wondering if this could be achieved on the navigation bar, I want to add a “new” icon next to a menu item, like the on the screenshot https://ibb.co/gtmPwf3

    #1647999
    David
    Staff
    Customer Support

    Hi there,

    if its just a label you want to attach to a menu item. Then you can do something like this:

    1. Edit the Menu Item – and in its label you can add some HTML, to include a span item with a class eg.

    My Menu item <span class="menu-label">Label</span>

    2. Add some CSS to style the label:

    .menu-label {
      font-size: 12px;
      padding: 4px;
      background-color: #000;
      color: #fff;
      border-radius: 5px;
      line-height: 12px;
    }
    #1649662
    Huseyin

    Thanks, David for the help.

    #1649981
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.