Archived topic
Remove Background Image on One Page
3 replies · Started by Mary Pearson on January 25, 2020
Viewing posts 1–4 of 4
I would like to remove the background image on my Shop page. I have tried all kinds of variations found in support. Currently I have
.page-id-501.body {
background-image: none !important;
}
Nothing is working. It seems this should be simple, but I just can't seem to find the answer. Would appreciate your wisdom.
Thanks!
Hi Mary,
Try this CSS:
body.post-type-archive-product {
background-image: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
YES!!!!! Thank you so much Leo!!!
No problem :)
This archived topic is closed to new replies.