Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dividezigns/ddbfe4ca1a9cfd8ca9fe5af3d79502a3 to your computer and use it in GitHub Desktop.
Save dividezigns/ddbfe4ca1a9cfd8ca9fe5af3d79502a3 to your computer and use it in GitHub Desktop.
Turn Divi mobile menu icon to "X" when clicked. Place this code in style.css file in your child theme directory.
.mobile_nav.opened .mobile_menu_bar:before {
content: "\4d";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment