Modifying CSS to Edit Specific Page Image

Hello,

Is there anyway I can modify the css to have it set one image for a particular page?

I noticed that there was a way to modify the css for “background-position” but not for “background-image”.\

I know I read that it is not supported in the theme, but I am curious if it is supported through CSS?

Hey again,
I hope you’re doing well toady :slight_smile:

If you could provide me with a link to the page that you’d like this background image on along with a link to the image (I’d suggest you upload it to your WordPress Media and add the link here), I’ll be more than happy to provide you with the CSS that’ll effect that change for you.

I look forward to your reply.

Best regards,
Support

Hello, I would also like to have a specific image for each page, can you help me? Here are the page links, thanks

Hi there

Thats possible, here is the css code that can help in this case:

.page-id-3 header#header {
background-image: url(https://menorebelle.com/wp-content/uploads/2021/07/noir3.jpg) !important;
}

You just need to change ID of the page in this code for other pages and link to the image.
Here is how can you find the ID of the page:

Regards