Shopify themes, liquid, logos, and UX
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>
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%);
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025