Tagged: background image, homepage
Please help me set a background image on the homepage only.
Hey jdicristo,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.home #main .main_color {
background: url('image_url_here') center center no-repeat fixed;
}
Just replace image_url_here with the url of your background image. Hope this helps. :)
Best regards,
Nikko