Hi @James193
If you just need to change the colors on home page.
Then use following code
You can follow the following steps:
- Please go to the Online Store
- Then Edit Code
- Please find the theme.liquid file
- 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