Home › Forums › WordPress Themes – Premium › Luminescence › background image in body › Reply To: background image in body
February 4, 2015 at 8:02 am
#21001
Participant
Hi Ron,
It’s bootstrap griding that is creating spaces So, u can place the background-image by using the following CSS if you don’t want spaces
.lum-equal-wrap {
background-image: url('Your Image Link Here');
}
Remember you need to create a .png image for this and put the spaces on the left according to the left menu bar size as it will start from the menu bar itself.
Thanks.