Archived topic
Different background-images for a pages on site
3 replies · Started by Ruslan on March 16, 2018
Viewing posts 1–4 of 4
Hi Support
Gove a kode css - different background-images for a pages on site.
Thanks a Lot Friends.
Give Please
For example – I have 10 pages on the site and I want for them different background-images
Thanks a Lot
Hi there,
If you use Tom's Simple CSS plugin, it gives you a CSS metabox for each page:
https://docs.generatepress.com/article/adding-css/#simple-css
Then you can use this CSS to set specific background image:
body {
background-image: url(http://BACKGROUND-IMAGE-URL-HERE);
}
This archived topic is closed to new replies.