Home Forums WordPress Themes – Premium Luminescence background image in body Reply To: background image in body

#20999
Shekhar Bhandari
Participant

Hi Ron,
Yes, it is possible to add a image there but there is not customizer setting for that so you should write a custom CSS .

.span8.equal {
    background-image:url('Your Image url');
}

Thanks.