Hello! I am NOT a coder. After searching the database, I came across a code, but it didn’t work for me. I want to use this background: https://unsplash.com/photos/R53t-Tg6J4c. The grainy background itself. Can someone help? And be specific about where to copy and paste?
Asset->/base.css->paste below code at the bottom of the file:
body {
background-image: url(https://cdn.shopify.com/s/files/1/0581/7437/4095/files/bg.avif?v=1649205369) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: auto !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
If you use dawn theme, you can try follow the instruction below:
Please download the image you want to use on your computer. Go to Online Store → Settings → Files then upload image in the Files and copy url of image.
Is there a way I can have the background image at a different transparent %. Instead of the image being at 100%, if I wanted the image to be at a 65% transparency?
This worked to add the photo to the background, but it added the image separately to each section. For example it shows the image as the background of the image banner then separately as the background for the rich text instead of one continuous image for the whole web page. Is there anyway to have the one image applied to all sections evenly?