Skip to content

Instantly share code, notes, and snippets.

@TwisterMc
Last active October 28, 2017 17:05
Embed
What would you like to do?
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