Skip to content

Instantly share code, notes, and snippets.

@TwisterMc
Last active October 28, 2017 17:05
Show Gist options
  • Save TwisterMc/d6a8f8eb4903e3cf909f163c24baf400 to your computer and use it in GitHub Desktop.
Save TwisterMc/d6a8f8eb4903e3cf909f163c24baf400 to your computer and use it in GitHub Desktop.
Beaver Builder Drop Down Menu Indicators
/* 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