Archived topic
how can i remove background image from certain pages?
5 replies · Started by CHAU on March 30, 2020
Hi,
I am looking for a way to suppress the background image on some pages. Could someone help me with that?
Thank you!
Hi there,
Are you referring to the body background?
Any chance you can link us to the page in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hi Leo,
Yes, I was referring to the body background. I've just edited my message. Please take a look.
Thank you for your help!
You would need to use CSS to target the specific pages:
body.page-id-xxx,
body.page-id-xxx {
background-image: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
And replace xxx with the actual id page the page.
I got it to work. Thank you for your help!
Chau
No problem :)