Viewing 1 replies (of 1 total)
  • Yes, that is a custom WordPress theme. And for the fixed background, use this CSS code:

    body {
         background-image: url('bg.jpg');
         background-attachment: fixed;
    }

    I haven’t seen a similar theme, but if you’ll ever find one, it won’t be free.

Viewing 1 replies (of 1 total)
  • The topic ‘Ever seen a similar theme to this?’ is closed to new replies.