how to change header color Impact theme

Solved

how to change header color Impact theme

Zakariatheguy
Excursionist
60 0 10

Can somebody find why the header is white, I have pasted a code that changes it but can't find it. I can't change it the normal way, so here is my website

 

https://withsoothe.com/

Accepted Solution (1)

TheScriptFlow
Shopify Partner
709 49 95

This is an accepted solution.

I found that you pasted the css in the end of theme.css file.

Here is how you can remove the code that you paste in the theme.css file.

Go to Shopify Admin > Online Store > Edit Code > theme.css

When you found it go to the end in the line number 9948 of the theme file. In this line you will see this code that you pasted before.

.header__wrapper {
    background: #fff !important;
}

Just remove it.

After that you will find your header on initial stage that how it was before.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

View solution in original post

Reply 1 (1)

TheScriptFlow
Shopify Partner
709 49 95

This is an accepted solution.

I found that you pasted the css in the end of theme.css file.

Here is how you can remove the code that you paste in the theme.css file.

Go to Shopify Admin > Online Store > Edit Code > theme.css

When you found it go to the end in the line number 9948 of the theme file. In this line you will see this code that you pasted before.

.header__wrapper {
    background: #fff !important;
}

Just remove it.

After that you will find your header on initial stage that how it was before.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee