Skip to content

Instantly share code, notes, and snippets.

@idavinder
Created September 12, 2017 14:03
Show Gist options
  • Save idavinder/b43911186394bd57f38fd2b3596ce0e5 to your computer and use it in GitHub Desktop.
Save idavinder/b43911186394bd57f38fd2b3596ce0e5 to your computer and use it in GitHub Desktop.
Hide arrow next to menu item with sub-menu items in Astra theme
/* Hide arrow next to menu item with sub-menu items in Astra theme - BasicWP.com */
.main-header-bar .menu-item-has-children>a:after,
.main-header-bar .page_item_has_children>a:after {
content: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment