Home Forums WoodMart support forum full page image background

full page image background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96727

    joker44
    Participant

    last question
    how i can make a full page image background on a selected pages ?

    like this website : ( see the page have one background image from top bar header to the footer)
    and only middle header is different )

    https://rodeena.sa/shop/

    #96789

    Hello,

    Add this code to the page settings http://prntscr.com/lwhy39

    .page .main-page-wrapper {
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-image: url(http://web.net/wp-content/uploads/revslider/books1/book-slider-s3-bg.jpg);
    }

    Insert the URL of your image

    Best Regards

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