• Closed
  • Jan Stubelt
    Spectator
    26.08.2015 at 19:22 #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
    26.08.2015 at 19:49 #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.