Hi @LibertyJason ,
Try this.
Add your image.
-
Go to Admin > Online store > Themes > Actions > Edit code
-
Go to Assets folder, then “add a new asset”, “upload a file”
-
The file name must match the file name you are using in the footer. Eg. download.png
Add the code below.
- Go to Admin > Online store > Themes > Actions > Edit code
- Go to Asset folder, and open the base.css file
- Add the code below.
footer {
background-image:url({{ "download.png" | asset_url}} );
background-repeat:repeat-y,repeat-y;
background-position:left top,right top;
}