Page background image not showing

Hi!
I wanted to use the background image feature here https://gimmiegolfstories.com/ I added a background image to the page, but I can only see the top of it through the header. Currently I added it to the section background as well. However I’d like to use the page background feature as I want it to be seen somewhat through the header like it does now. But the page background or section won’t be transparent even though I set column, row, section and site background color to transparent. how can I get the page to be transparent as well, or the sections?

Hi Ariell,

Can you please remove the background image to the section then leave the background set to the page background so that we can check and provide some suggestions on how you can have the page background show to the section content and not just the header?

Thank you.

Hi!
I now removed the section image.

Hi Ariell,

Please add this to Theme Options > CSS to remove the white main content white background that covers the body background-image.

.page-template-template-blank-4-php .x-main {
	background-color: transparent;
}

The header and footer bars has its own background-color, adjust those to semi-transparent if you need to see the body background-image through it.

Hope it helps,
Cheers!

Yes, worked perfectly, thank you very much

You’re always welcome Ariell!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.