How to change what color scheme the background uses

Hi @James193

If you just need to change the colors on home page.

Then use following code

You can follow the following steps:

  1. Please go to the Online Store
  2. Then Edit Code
  3. Please find the theme.liquid file
  4. And add the following code in theme.liquid file above the tag
{% if template == 'index' %}

{% endif %}

This code only work for the home page.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi