How can I change the Impulse Theme Header Background color to sage?

URL: https://leannesouthall8.myshopify.com/?_ab=0&_fd=0&_sc=1

Please advise how to change the header background from white to sage #9a9c6b for example.

If I’m to copy a code, please advise where I click to enter the code.

Thanks for your help,

Leanne

Hello @leannesouthall8

I see your store is password protected so please share password to view header and then I can suggest you the code.

1 Like

Hi Niraj,
Thank you for your prompt reply.

DM’d you.

Hello @leannesouthall8

You can just sent only password of store from

online store → preference → scroll down use password area and letme know what is set up

Hi,

Your store is password protected Please provide password .

Thank you.

Hi @leannesouthall8 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.site-header {
    background: #9a9c6b !important;
}

Hope it helps!