badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Background image on homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45617
    sue2
    Participant

    I would like to have a full width background image only on the homepage and in the center of the page using the Interface free theme. I have tried multiple way to accomplish this with no success. Does anyone have any suggestions?

    #45729

    Hi Sue2,

    To have the background image on the home page only. Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    body.home {
        background-image: url("IMAGE-URL");
        background-position: center center;
        background-size: cover;
    }

    Please add you image link in above IMAGE-URL text.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.