How do I change the header on mobile view from white to black?

How do I change the header on mobile view from white to black?

1 Like

Hi @animmers ,

Could you share your store URL?

@animmers

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, here’s the URL https://www.shadesofcolorhair.com

Please add below css code in bottom of style.scss.css file

.mobile-header-wrap {
background-color: #252525;

}
Thank you.

1 Like

Thank you! That worked.

Hi,

Please give like and accepted solution.

Thank you.

1 Like