Archived topic
Background Image Per Page - Confused...
4 replies · Started by Craig on July 16, 2018
Hi Support -
What am I doing wrong? The image is hidden behind the page's content. I can see a bit of the image in the footer widget area though? Is there a global setting I'm missing. THANK YOU!
.page-id-28 {
background-image:url('http://www.mydomain.com/wp-content/uploads/2018/07/sap_image.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
}
Hi there,
Your site requires a password to view.
Any chance you can unlock it for provide the password?
Thanks!
Hi is there an email I should send to? thanks Leo!!
You can send it through the form here: https://generatepress.com/contact
Just be sure to mention this topic :)
I can see the background image no problem:
http://www.screencast.com/t/CyPtbm5qM
Are you wanting it to show through the content?
If so you will need to remove the background color of the content as well:
.page-id-28.one-container .container {
background-color: transparent;
}