Skip to content

Instantly share code, notes, and snippets.

@skgit888
Last active August 29, 2015 14:21
Show Gist options
  • Save skgit888/c74de99fe359b91c09f4 to your computer and use it in GitHub Desktop.
Save skgit888/c74de99fe359b91c09f4 to your computer and use it in GitHub Desktop.
add text to genesis responsive nav menu
.responsive-menu-icon::before {content: "\f333";
display: block;
font: 24px/1 "dashicons";
margin: 0px -75px 0px auto;
padding:10px;
text-align: center;
}
.responsive-menu-icon::after {content: "MENU";
display: block;
font: 24px/1 "dashicons";
margin: -49px 0px 0px -25px;
padding:10px;
text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.responsive-menu-icon::after{ margin: -45px 0px 0px -25px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment