Skip to content

Instantly share code, notes, and snippets.

@phirebase
Forked from elicus/Divi Foldable Menu CSS
Created December 2, 2022 15:07
Show Gist options
  • Save phirebase/f2a9b10e5be38360de6276dd951cf6a1 to your computer and use it in GitHub Desktop.
Save phirebase/f2a9b10e5be38360de6276dd951cf6a1 to your computer and use it in GitHub Desktop.
.et_mobile_menu .parent-menu-item > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .parent-menu-item > a:after {
font-family: 'ETmodules';
content: '\3b';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .parent-menu-item > .switched-icon:after{
content: '\3a';
}
.child-menu-item {
display: none;
}
.show-menu-items {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment