Why is my mobile hamburger menu blank on Dawn theme?

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.

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!

Hello @Paroxa ,

Please share the store URL.

www.paroxastudios.com

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

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;
}

Thank you so much! Worked so easily