Site logo

Archived topic

How can I have a front page look different to all the other pages?

1 reply · Started by An on August 18, 2020

Viewing posts 1–2 of 2

We want to have a front page background image that is different from the background image to all the other pages.

When I create a new element the background-image part is not showing in this. If I create a new layout then the image is also not showing as an option.

Hi there,

if you want to set a a different background to the site body just for the Home Page you can use this CSS:

body.home {
    background-image: url('full_url_to_your-home_page/backgroud.jpg');
}
This archived topic is closed to new replies.