Shopify mobile website

Hello, my shopify mobile website isn’t working. The 3 lines up the top.. when you click it the page goes dull. I have spoken to shopify help and they have informed me it’s due to a code being added (I don’t recall this) however they won’t remove it as they are unsure if it will remove anything important. So have told me to post here asking for help.

1 Like

Hi @k9sweettreats , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Hey @k9sweettreats

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

@k9sweettreats - can you please share your website link?

Hi, @k9sweettreats
Could you please provide the store URL and the password (if any), so that we can help check it for you?

www.k9sweettreats.com.au

SkyeKodah

1 Like

Hey @k9sweettreats

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@k9sweettreats please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.shopify-section-group-header-group.menu-open .menu-drawer {
    transform: unset !important;
    visibility: unset !important;}

THANK YOU THANK YOU THANK YOU :blush:

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.