full page image background
-
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/
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