Solved

Menu bar missing on mobile view

Justnaturallyme
Tourist
7 0 1

My website shows a menu bar when viewing on the computer, but on the mobile version does not show a menu at all. Also, the spacing in the mobile version is off. I am using the minimal theme. How can I fix it?

My site is www.onestylishpet.com

Justnaturallyme_1-1609821966093.png

 

Justnaturallyme_0-1609821837213.png

 

Accepted Solution (1)

Hardik29418
Shopify Partner
2858 407 1073

This is an accepted solution.

Please place this code at the end of theme.scss

@media only screen and (max-width: 768px) {
.header-bar a, .header-bar button {
    color: #ffffff;
}
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 6 (6)

Hardik29418
Shopify Partner
2858 407 1073

This is an accepted solution.

Please place this code at the end of theme.scss

@media only screen and (max-width: 768px) {
.header-bar a, .header-bar button {
    color: #ffffff;
}
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
Justnaturallyme
Tourist
7 0 1

Thank you!

Hardik29418
Shopify Partner
2858 407 1073

Thank you for Update.

If you want any Shopify theme customization, making Website in PHP, CodeIgniter or Laravel + ReactJS / Vue JS / Angular JS, App development in iOS and Android, Please feel free to contact me.

Thank You

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
laxmom
Tourist
10 0 2

I have DISTRICT theme and there is no mobile menu. I have tried the solution above and it doesnt work?  can anyone give me some advice?

Daksh13sep
Visitor
3 0 0

Im having same issue with dawn theme. Mobile menu not working

0604ORDIE
Visitor
1 0 0

THEME.SCSS IS NOT ON MY THEME! I AM VERY FRUSTRATED PLEASE HELP ASAP