Home Forums Azuma Chevron in nav menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14419
    Jenniek
    Participant

    Hi all – I’m working on http://www.axionarchery.com. In the menu navigation, there’s one link with sublinks. So there’s a Chevron that I can’t find settings for. I’ve turned off all the icons I can find for Primary navigation, but there’s an icon right smack in the middle of the navigation text. Any ideas that could help?

    Thank you! Jennie K.

    #14421
    Andy
    Keymaster

    The settings that you mention are not part of the Azuma theme, they are from the Elementor plugin that you are using to replace the theme’s menu.

    Anyway, this CSS snippet will remove the chevron (add this code to Appearance > Customize > Additional CSS):

    .menu-item-has-children:after {
      display: none;
    }
    #14422
    Jenniek
    Participant

    Thank you so much! I’m still learning website stuff. I sincerely appreciate your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Chevron in nav menu’ is closed to new replies.