Last active
October 28, 2017 17:05
-
-
Save TwisterMc/d6a8f8eb4903e3cf909f163c24baf400 to your computer and use it in GitHub Desktop.
Beaver Builder Drop Down Menu Indicators
This file contains 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
/* add the drop down indicator to parent */ | |
.fl-page-header .menu-item-has-children a:after {content: " ▾"; } | |
/* remove drop down indicator from children */ | |
.fl-page-header .sub-menu a:after {content: ""; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment