Home › Forums › WoodMart support forum › PAGE IMAGE BACKROUND PAGE IMAGE BACKROUND This topic has 5 replies, 2 voices, and was last updated 3 years, 1 month ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 9, 2022 at 5:52 pm #382272 Riccardo95Participant Hi Guys, I would like to insert an image as a background page. How can I do it? June 10, 2022 at 12:25 am #382298 Elise NoromitMember Hello, You can set the background image for the page by means of custom CSS. Please insert the image URL into the private area I will provide the CSS code. Best Regards June 13, 2022 at 1:02 pm #382767 Riccardo95Participant https://www.caffetrombetta.it/wp-content/uploads/2022/03/SFONDO-3.png June 14, 2022 at 12:25 pm #382969 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .page .main-page-wrapper { background-image: url(https://www.caffetrombetta.it/wp-content/uploads/2022/03/SFONDO-3.png); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center center; } Best Regards June 14, 2022 at 7:50 pm #383056 Riccardo95Participant Hi Guys, Thank you for your answer. What if I’d like to insert the background image only in a specific pages? June 15, 2022 at 3:27 am #383119 Elise NoromitMember Hello, You will need to add the page ID to the code. Please give me the page, I will show on the screens. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register