shopify templates url image in css background code example
Example: backgrond image shopify css
body {
background: url({{ 'some-image.jpg' | asset_url }});
}
body {
background: url({{ 'some-image.jpg' | asset_url }});
}