Archived topic
Set a specific page background for contact page only
5 replies · Started by moy on July 10, 2020
I have created a background design for my contact page & I'm unable to find the option to set page background for a specific page.
I know, using container I will be able to set background image but I like to set specific page background not container background I'm a beginner and I need guidance in this.
thank you in advance.
Hi there,
What background image are you referring to?
The content or body?
i like to set body background with full page width
To apply body background image for the contact page only, try this CSS:
body.page-id-14888 {
background-image: url(URL-HERE)
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thank you very much mr.leo
No problem :)