Archived topic
How can I add background image to body and content
5 replies · Started by Pedro on December 1, 2020
How can I add background image to body and content
Make everything transparent so that the image is visible.
Something like in this example:
https://bridge174.qodeinteractive.com
the image to place is like this: https://buastudio.com/wp-content/uploads/2020/12/background-whole-1.jpg
I've tried everything, but I can't
The image must cover the entire background, except the menu
Hi there,
I believe the body background image is what you are looking for:
https://docs.generatepress.com/article/backgrounds-overview/
Then just make sure the menu has a solid color so it covers the body background image.
This code help me
`.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
background-color: #f2f2f200 !important;
}
Sounds good :)
Resolved