Home › Forums › WordPress Themes – Premium › Luminescence › background image in body › Reply To: background image in body
February 3, 2015 at 10:07 am
#20999
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.