Hi , I want to set the background color to #f5f5f5 only for the homepage. Im using refresh theme, also I put this code in theme.liquid bwfore closing tag …
{% if request.path == ‘/’ %}
body {
background-color: #000 !important;
}
{% endif %}
condition is working but nothing is changing with “ body “