Make the "Menu" word in the header clickable

Make the "Menu" word in the header clickable

flammagreg
Trailblazer
276 0 39

Hi guys, 

 

How can I make the "Menu" word in the header clickable?? Website: seraneeva.com Any help would be greatly appreciated!!

 

This is the code I used to add "Menu" in the header:

 

<style>
@media (min-width: 991.98px){
.site-nav--mobile {
position: relative;
}

.site-nav--mobile:before {
position: absolute;
content: "Menu";
top: 50%;
transform: translateY(-47.5%);
}
}
</style>

Reply 1 (1)

AnneLuo
Shopify Partner
1293 228 266

Delete the code I marked and place the code I provided in the same location.

button.hamburger-nav-button.icon-fallback-text.site-nav__link.standalone-icon--wrapper:after {
    position: absolute;
    content: "Menu";
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

 

AnneLuo_0-1716518337097.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee