I put this code in my theme.liqiud to give my enter page a custom background image but its not working, any idea why?
My site is https://sevenemotions.com/ Password: COZYY
Any help is appreciated!
Code is:
{% if template == ‘index’ %}
body { background-image: url('[https://cdn.shopify.com/s/files/1/0814/3749/1479/files/21E11227-9D84-4CD5-AA62-6934126192F2.jpg?v=1712810142](https://cdn.shopify.com/s/files/1/0814/3749/1479/files/21E11227-9D84-4CD5-AA62-6934126192F2.jpg?v=1712810142)'); background-size: cover; background-position: center center; background-repeat: no-repeat; }{% endif %}
