you can change color according to you.
{% if template == 'index' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
A user wants to change the color scheme used on their store’s home page while keeping color scheme 1 for product pages. The default is currently set to color scheme 1, but there’s no visible option to change which scheme the home page uses.
Proposed Solutions:
{% if template == 'index' %}Current Status:
The issue remains unresolved. The original poster tried implementing the CSS code solution but reports it’s not working. They clarify that their theme settings don’t provide an option to change which color scheme the home page uses, and the system won’t allow them to modify this setting despite it defaulting to color scheme 1.
you can change color according to you.
{% if template == 'index' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.