Why is my mobile hamburger menu blank on Dawn theme?

Solved

Why is my mobile hamburger menu blank on Dawn theme?

Paroxa
Tourist
4 0 2

Hey,

I have read through several threads and tried all possible solutions but nothing has worked for me. When I open the hamburger drop down menu on mobile/phone it's just white. I can still click the 2 options but they're not visible. I changed theme colors to check if that was the issue but it's not. Maybe some other setting? It looks the same when I edit the theme on my computer and set the format to mobile. Here is what it looks like exactly.

WhatsApp Image 2024-04-05 at 1.04.01 AM.jpeg

 

Please help me. I tried anything I could find, could also be me being an idiot so any possible solution can be helpful and is very appreciated!

Accepted Solution (1)
Guleria
Shopify Partner
3399 679 962

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

 

.js details[open].menu-opening>.menu-drawer {
    background-color: #000;
    color: #fff;
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
3399 679 962

Hello @Paroxa ,

 

Please share the store URL. 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Paroxa
Tourist
4 0 2

www.paroxastudios.com

 

also, I mixed up the Theme! I am using Refresh.

Guleria
Shopify Partner
3399 679 962

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

 

.js details[open].menu-opening>.menu-drawer {
    background-color: #000;
    color: #fff;
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Paroxa
Tourist
4 0 2

Thank you so much! Worked so easily