So, my header is transparent when the menu is not opened, and i want it to look white when i open it.
I’ve searched around already and found a similar post but the solution wasn’t posted there.
Header should change from transparent to white when the menu opens in a Shopify theme. Store URL provided for context.
So, my header is transparent when the menu is not opened, and i want it to look white when i open it.
I’ve searched around already and found a similar post but the solution wasn’t posted there.
Hi @someone1921
Would you mind to share your store URL? Thanks!
Sure thing!
Hello, I’m Matt from the Designy Visual Editor app team,
To make your header background white when the menu is open, you can add the following CSS rule to your base.css file:
body:has(.menu-open) header {
background-color: #fff;
}
Here’s how you can edit the code:
Hope this helps!
Best regards,
Matt
This worked perfectly,
Thank you so much Matt ![]()