• Closed
  • Jan Stubelt
    Spectator
    August 26, 2015 at 7:22 pm #20144

    I don’t see a place to call the web page background image to be fixed… Am I missing something? I don’t see any other posts asking for this.

    Thanks!

    -Jan

    Imran
    Spectator
    Posts: 402
    August 26, 2015 at 7:49 pm #20146

    Hi Jan,

    Thanks for writing in! would you mind proving the link of your website so we can take a closer look into your setup. Meanwhile, you can try adding the following code under Appearance > Theme Options > Custom Css:

    body {
    background-attachment:fixed;
    }

    Thanks.