• Hi,

    I’ve created a new website with Customizr theme and it looks and works great, but I’d like to add my old background because it’s too white now (homepage and other pages). I’ve been searching on how to do it with Custom CSS but I can’t seem to figure it out..

    I found this code (https://css-tricks.com/perfect-full-page-background-image/) and thought it would work but I guess I did something wrong (I’m very very new at CSS 🙂 )

    html {
    background: url(images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    Can anyone help me?

    • This topic was modified 8 years, 6 months ago by ruimmaris1.

    The page I need help with: [log in to see the link]

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

The topic ‘Creating background’ is closed to new replies.