Shopify themes, liquid, logos, and UX
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....
<style>
{% if template == 'index' %}
body {
background-color: #ededed; /* color hexcode */
}
{% endif %}
</style>
Thanks, this did not work when I tried to add it to the custom css theme settings or to our css file. I was able to find the .index-sections class and I just added the background color to this CSS and it did the trick.
Hi @Thomas_Basinger,
Please go to Actions > Edit code > Layout > theme.liquid file. You can add it in this file
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025