Answers for "how to use background images on shopify"

CSS
1

backgrond image shopify css

body {
    background: url({{ 'some-image.jpg' | asset_url }});
}
Posted by: Guest on May-29-2020

Code answers related to "how to use background images on shopify"

Browse Popular Code Answers by Language