• I would like to have images of 4-leaf clovers sprinkled in the back ground on my home page.
    How do I do that?
    Thanks

Viewing 1 replies (of 1 total)
  • Assuming you have the image to the 4-leaf clovers, you can try the following Custom CSS

    
    body.home {
        background: url("http://site.com/path/to/4-leaf-cover.png");
    }
    
    • This reply was modified 9 years, 6 months ago by vohof.
    • This reply was modified 9 years, 6 months ago by vohof.
Viewing 1 replies (of 1 total)

The topic ‘Home Page Background’ is closed to new replies.