Shopify themes, liquid, logos, and UX
Hello!
I have managed to change the colour of the header and menu bar on my homepage, but it the header menu is still showing up as white on other pages. See here for example: https://rheakalo.com/pages/stockists
How can I change that?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @RheaKalo ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
ul#SiteNav {
margin: 0 !important;
background: #DAC5A6 !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hey @RheaKalo
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
ul#SiteNav {
margin: 0 !important;
background: #DAC5A6 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @RheaKalo ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
ul#SiteNav {
margin: 0 !important;
background: #DAC5A6 !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @RheaKalo
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
ul#SiteNav{
margin: 0 !important;
background: #dac5a6 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @RheaKalo
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.scss.css
#shopify-section-header {
background: #dac5a6 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
- Here is the solution for you @RheaKalo
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
#SiteNav {
margin: 0 !important;
background: #DAC5A6 !important;
}
</style>
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
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