Header menu bar staying white?

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!

1 Like

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 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 ,

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

websensepro_0-1726747494743.png

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

1 Like

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 on theme.liquid

ul#SiteNav{ margin: 0 !important; background: #dac5a6 !important; }

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 and press β€˜Save’ to save it

  • Here is the result you will achieve:

  • Please press β€˜Like’ and mark it as β€˜Solution’ if you find it helpful. Thank you.