Him
how to add background image to text block?
Hey allen,
Try adding a Custom Css Class on Text Block, and add: text-with-bg and in Quick CSS (located in ENfold > General Styling):
#top .avia_textblock.text-with-bg {
background: url('image_link') center center no-repeat;
}
replace image_link with the right image url. Hope this helps :)
Best regards,
Nikko