How can I add a background image to my narrative theme?

I would like to add a background image to my narrative theme, can anyone help

I found out how to do it but it does not cover my whole page, just the sections inbetween

Hi @spelt ,

Please send your site and if your site is password protected, please send me the password. I will check it.

https://lets-get-drunk-nl.myshopify.com/

password is rtayga

Hi @spelt ,

You can follow these steps:

  • Step 1: Upload background image at Assets like Dawn theme.

  • Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.template-index .main-content{
        background-image: url("");
        background-repeat: no-repeat;
        background-size: cover;
}

Hope this helps!