Skip to content

Instantly share code, notes, and snippets.

View aazibgilanidmt's full-sized avatar

aazibgilanidmt

View GitHub Profile
@aazibgilanidmt
aazibgilanidmt / gist:e48afe57aba50e050a17cc026ed0dd05
Created December 25, 2020 06:02
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;