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

#21001
Shekhar Bhandari
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.