Header colour

Hello all, I’ve just updated my websites landing page image and so I had to change the header colour to white (to make it visible) however I want it to remain black on all the other pages on my store. I use the spotlight theme.

See attached a photo of my current home page and other pages + how I want it to look.

Thanks for any help :slightly_smiling_face:

URL: https://project-thirteen.com.au/

Pass: projectthirteenpassword

How it currently looks:

How I want it to look:

Hi @projectthirteen

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

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

Hi @projectthirteen

Please add this code to theme.liquid file, after

{% unless template == 'index' %}

{% endunless %}
1 Like

Thankyou!!