Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, How can I choose a different color between the header and the rest of the page on Theme Ride?
Solved! Go to the solution
This is an accepted solution.
Thank you for the informatin. Try this one.
main#MainContent {
background: white !important;
}
.collection.section-template--20322656846130__featured_collection-padding {
background: white;
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Sisko1
Do you mean background color? In default you can change it on white and black, but if you like to use the color you like then we can add some codes on it.
Thank you for your answer and I am sorry my late reply. I mean the background color. I would like to have yellow on the background header and from the blue line down change it for white.
Would you mind to share your store URL website? with password if its protected. And what kind of yellow color you like to use?
Btw, That's the yellow. If you can write it #colornumber would be awesome so I can change it in the future.
This is an accepted solution.
Thank you for the informatin. Try this one.
main#MainContent {
background: white !important;
}
.collection.section-template--20322656846130__featured_collection-padding {
background: white;
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you Ribe_Dagandara!
Welcome. 😊