• Hey guys,

    I’m looking for a way to make my back-most background remain stationary. It used to be stationary, iirc, but now it’s not. I was wondering if there”s some easy CSS/HTML or other code I can add to prevent my background from also scrolling down when I scroll down throughout my site.

    Here’s my website: http://www.thegrassrootsgarage.com/

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    You can achieve what you are after by adding following custom CSS to your theme using Advanced CSS Editor.

    body.custom-background {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }

    Hope it helps.

    Theme Author TT Themes

    (@tomastoman)

    Hi @thefloodshark,

    there is no need to add any custom CSS to make the background image stationary. You only need to select “Background Attachment > Fixed” in “Appearance > Customize > Background Image”.

    Best regards
    Tomas Toman

    Hi Tomas,

    I actually didn’t download the theme and check this, as you might have guessed. @thefloodshark, please follow Tomas’s solution as it is much more simple. Thanks for the help, Tomas! 🙂

    Theme Author TT Themes

    (@tomastoman)

    Hi Suyogya Shukla,

    no problem, you are welcome! 🙂

    Best regards
    Tomas Toman

    Thread Starter thefloodshark

    (@thefloodshark)

    thanks guys. keep it real

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Make Background Image Stationary’ is closed to new replies.