Skip to content

Instantly share code, notes, and snippets.

@aazibgilanidmt
Created December 25, 2020 06:02
Show Gist options
  • Save aazibgilanidmt/e48afe57aba50e050a17cc026ed0dd05 to your computer and use it in GitHub Desktop.
Save aazibgilanidmt/e48afe57aba50e050a17cc026ed0dd05 to your computer and use it in GitHub Desktop.
I'm using this code to add a text before the hamburger icon. How can i make this clickable and go to an external site
.responsive-menu-icon::before {
content: "\f333";
font: normal 20px/1 'dashicons';
margin: 0 auto;
text-align: center;
}
.responsive-menu-icon::after {
content: "Menu";
font-style: normal;
text-transform: uppercase;
font-size: 1.3em;
padding-left: 10px;
position: relative;
top:-13px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment