Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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.
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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025