Skip to content

Instantly share code, notes, and snippets.

@elicus
Created August 4, 2020 12:20
Show Gist options
  • Save elicus/4517ea785d7ecef8dfbd248973613c39 to your computer and use it in GitHub Desktop.
Save elicus/4517ea785d7ecef8dfbd248973613c39 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