Menu with background image

I want to get an background image on my website. I also want to give the page one background image. How can I fix this? https://www.sierotendersloep.nl/

Hi @Siero,

Thank you for writing in, to apply a background-image site-wide, please set it under Theme Options > Layout and Design > Background Image.

If you want to apply a background image to a specific page, please set it under Page Settings > Background Image.

If you need the background-image to see-through from the Menu (navigation bar), please add this to Theme Options > CSS

.x-stack-icon .x-navbar {
	background-color: transparent;
}

Happy holidays,
Cheers!

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