Is there a way to change the background color of the home page only in the Parallax theme by Out of the Sandbox? I can find the background color setting in the theme customizer, but I’d like to change the color of the homepage only.
I found this solution but our theme does not have a index.liquid file…
{% if template == 'index' %} body { background-color: #ededed; /* color hexcode */ } {% endif %}