Home Forums WoodMart support forum Home Page Background Image Reply To: Home Page Background Image

#54252

Hello,

As I understood, you want wallpaper on home page only.

In order to have wallpaper only for the home page, you need enter the editing mode of the home page and open Page setting tab http://prntscr.com/j9c36c and http://prntscr.com/j9c3df

Inder there the code:

@media screen and (min-width:768px){
.website-wrapper{
    background-image: url(PUT HERE URL OF THE IMAGE) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-page-wrapper{
    background:transparent;
}
}

Pay attention to this line: background-image: url(PUT HERE URL OF THE IMAGE) !important; you need to insert image url used as a wallpaper.

In this case, the code will be effective only on the page where it is inserted.

Sorry, if it is not what you want to clarify once more.

Best Regards