Archived topic
Background image
1 reply · Started by Annalena on January 10, 2018
Hi!
I've tried to get a background image on my front page but it also appars in my shop where I like the background to be plain white. I did paste the code: .inside-article {
background-image: url('http://URL-HERE')
} in the code snippet area but that didn't solve my problem.
I have also tried with Elementor, and I got the background image on the right place but for some reason my menu stopped working then?
Hi there,
If you use Tom's Simple CSS, it gives a CSS metabox for each page, then this CSS should work for the content background image:
.one-container .container {
background-image: url('http://URL-HERE')
}
Adding CSS: https://docs.generatepress.com/article/adding-css/#simple-css
Let me know.