Home Forums WoodMart support forum put a background image on my home page

put a background image on my home page

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

    kevajo
    Participant

    How to put a background image or background color on the entire home page.
    Thank you

    #197701

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .page.home .main-page-wrapper {
        background-image: url(http://aweb.net/wp-content/uploads/revslider/fashion5.jpg);
    	background-repeat:no-repeat;
    	background-attachment: fixed;
    	background-size:cover;
    }

    Replace the image URL as per your needs.

    Best Regards

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