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!
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!
Hey @RheaKalo
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @RheaKalo ,

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
Go to Online Store β Theme β Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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