Viewing 1 replies (of 1 total)
  • You can make any site have a fixed background with the right css. Heres what I do.

    body {
        background: url("") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    }

    Make sure you remember to put your background image url in between the (“”).

Viewing 1 replies (of 1 total)
  • The topic ‘Scrolling over a fixed background image theme?’ is closed to new replies.