Hi!
I would like to change color of header of our collection page from Pink to White. Any help would be appreciated!
URL: https://bonebox.fi/collections/hannanheiluttavat-koiran-lelut
Screenshot: Attached
A Shopify store owner wants to change their collection page header color from pink to white.
Initial Solution Proposed:
.header-wrapper with white background color (#ffffff)Problem Encountered:
Advanced Solution Offered:
</body> tagStatus: The discussion provides a page-specific solution using conditional JavaScript, though implementation confirmation is pending. Note: Some text in the conversation appears corrupted or reversed, making certain technical details difficult to verify.
Hi!
I would like to change color of header of our collection page from Pink to White. Any help would be appreciated!
URL: https://bonebox.fi/collections/hannanheiluttavat-koiran-lelut
Screenshot: Attached
Go to your online store > Customize > Settings > Custom css
and paste this code in cutom css section
.header-wrapper {
background: #ffffff;
}
Hmm. Didn’t seem to work ![]()
Try this
.header-wrapper {
background: #ffffff !important;
}
and if still not worked share collaborator access with me and i will fix it for you
my email address is asadmahmood8470@gmail.com
hi thanks for this answer, for me its currently changing the header color for every page. is there a way to have it only change the header color of a specific page?? thanks again for the help
yes, you can do that by adding the below code in your theme.liquid file before end body tag