Only have background image on front page

Hello!

I am working on the following site (www.kallungelamm.se), and I was wondering what I should do to only have the background image on the front page (the ‘welcome’ page)?

i.e. I would like to remove the image from the subsequent pages.

Bw
Anna

Hi Anna,

It seems you already did it? I see only the image in the above URL.

Let us know,

Thanks,
laranz.

Hello!

I would still like your help with this please, as the solution I found was not mobile friendly…

a

Hi,

You can try this, go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.outer-wrapper img {
    visibility: hidden;
}
#content {
    background-image: url("http://www.kallungelamm.se/wp-content/uploads/2017/03/frontpage_72ppi.jpg");
    background-size: cover;
}

Let us know,

Thanks,
laranz.