im looking to remove the menu bar on mobile and to make button same size as email button on mobile.
(i put in a code but it only worked for both button and menu bar only for desktop)
im looking to remove the menu bar on mobile and to make button same size as email button on mobile.
(i put in a code but it only worked for both button and menu bar only for desktop)
Hi @undercoverfresh, you can follow these steps:
Step 1: Open Online Store → Themes → Edit code
Step 2: Find theme.liquid file
Step 3: Paste this code before close tag:
{% if request.path == "/" %}
{% endif %}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you ![]()
Hey @undercoverfresh ,
I hope you’re doing well!
Best,
Diego