Sticky header is changing colour - liquid theme

I’ve just been changing some colours on our website to make it cleaner - for some reason, one of those changes has led to our header being initially green before turning to white - this can take anywhere form 1 sec to 5 secs or more, but i think it’s realted to the time it takes to load basic js.

Website: www.blankysleep.com

can anybody help?

Hi @Pedro_blanky ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save

you can try using different colors to apply your color


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hi @Pedro_blanky ,

It looks like the CSS is loaded after there is some event on the site. This is why CSS is not applied default.

Follow these Steps to fix this issue:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like