• Hi there,

    I’ve found a handful of HTML instructions for removing the arrow here on the forum but none of them have worked with Make.

    Any other ideas?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi there!

    If you’re still looking for a way to do this; just add this snippet to your child theme’s CSS:

    .site-navigation .page_item_has_children a:after, 
    .site-navigation .menu-item-has-children a:after {
    		content: "";
    	}

    Cheers,
    Laura

    • This reply was modified 8 years, 2 months ago by Laura.
    • This reply was modified 8 years, 2 months ago by Laura.
    • This reply was modified 8 years, 2 months ago by Laura.
Viewing 1 replies (of 1 total)
  • The topic ‘remove dropdown arrow on menu’ is closed to new replies.