• Resolved gudenzia

    (@gudenzia)


    Is there a way for each page to have their own background image (the one that is on the front page recommended size: 1920 x 650)

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • I think you’re referring to the header image? Have a look at this video from the documentation.

    Hi,

    did you find a solution for your problem? I also want for each page to have their own background image.
    I’m not speakíng about the header.

    thanks

    You’ll need to set it manually. Something like this while changing the page ID:

    .page-id-8 {
        background-image: url('path/to/image.jpg');
    }

    Though we’ll look into providing an option for this in a future update.

    thanks!

    I tried to figure out where to insert your command, but I have no glue.
    I’m grateful for any help!

    That is CSS code, you need to install it in a custom CSS plugin or in a child theme if you have one.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Background Image for each individual page’ is closed to new replies.