Hi, I am trying to change the background on my about us page, but the code is not working. I added this code in theme.liquid, of course the code is in .
{% if request.path contains 'about' %}
<style>
body {
background-image: url({{ 'magazyn1.png' | asset_img_url: 'original' }});
background-repeat: no-repeat;
background-size: cover;
}
</style>
{% endif %}
https://5a8ab2.myshopify.com/pages/about
123