How to upload an image to use in my CSS?
I just want to be able to upload an image to use in my CSS for a background,
I tried creating a template, and uploading a file, then using:
.mobileheader {
Code: Select all
background-image: url('images/header.png');
background-size: 100% 100%;
}
but the image does not show up.