Created
September 12, 2017 14:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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