- This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Chevron in nav menu’ is closed to new replies.
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.
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;
}
Thank you so much! I’m still learning website stuff. I sincerely appreciate your help.