Home Forums WoodMart support forum PAGE IMAGE BACKROUND

PAGE IMAGE BACKROUND

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #382272

    Riccardo95
    Participant

    Hi Guys,

    I would like to insert an image as a background page. How can I do it?

    #382298

    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

    #382767

    Riccardo95
    Participant
    #382969

    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

    #383056

    Riccardo95
    Participant

    Hi Guys,

    Thank you for your answer. What if I’d like to insert the background image only in a specific pages?

    #383119

    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

Viewing 6 posts - 1 through 6 (of 6 total)