Archived topic
full page background
1 reply · Started by יגאל on July 18, 2019
Hello
i use generatepress and elementor
i need to make full background that difrent white color
the page is http://www.tamirchn.co.il/new
i need to change whole background to another color that include all partsof the page, header.footer e.t.c
How can i do it
If any option to make a background only for this page it will be wonderful
also i need hide default menu because i will use elementor item
thanks
Hi there,
Try this CSS:
body.page-id-47, .page-id-47 .site-header, .page-id-47.separate-containers .inside-article, .page-id-47 .site-info {
background-color: #333;
}
You can use the disable element to hide the default menu:
https://docs.generatepress.com/article/disable-elements-overview/
If you need to hide the menu globally, you can use the customizer option:
https://docs.generatepress.com/article/navigation-location/
Let me know if this helps :)