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*

custom body background for mobile screen sizes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43768
    Heidi
    Participant

    Hi, is it possible to add different body background for mobile size screens? In this site background is terrible on mobile size screens. I would like to use some dark image which could repeat, for mobile screens. http://www.valepa.fi

    #43846

    Hi Heidi,

    First try adding below CSS code so that your current background image works fine in mobile devices. To add below custom CSS code go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 767px) {
        body.custom-background {
            background-attachment: scroll;
        }
    }

    Thank you!

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