• Sometimes a site will have one of the menu links with a circle around it or made to stand out in some way. For example, convertkit.com home page has one with a circle around it. Some are filled in with a color. Usually, I’ve seen this with a CSS trick in the menu.

    Does this theme support these, and what are my options?

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    For this you’d need to add some additional css, here is one example:

    
    #nav-header .nav li.menu-item-4101 > a { background: #eee; padding-left: 14px; padding-right: 14px; border-radius: 10px; }
    

    Where menu item 4101 is the ID for your menu link.

Viewing 1 replies (of 1 total)
  • The topic ‘Way to feature a menu item?’ is closed to new replies.