Answers for "how to add background image in css 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 add background image in css shopify"

Browse Popular Code Answers by Language