[Support request] How can I have a front page look different to all the other pages?

Home Forums Support [Support request] How can I have a front page look different to all the other pages?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1407352
    An

    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.

    #1407443
    David
    Staff
    Customer Support

    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');
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.