Regarding your issue, we like to recommend this solution:
Go to Online Store -> Theme -> Edit Code
Go to theme.liquid
Locate
{% if template.name == \”index\” %}
{% style %}
.class-name{
background: Blue;
}
{% endstyle %}
{% endif %}
Regarding your issue, we like to recommend this solution:
Go to Online Store -> Theme -> Edit Code
Go to theme.liquid
Locate
{% if template.name == \”index\” %}
{% style %}
.class-name{
background: Blue;
}
{% endstyle %}
{% endif %}