Adding a Banner Image To Text columns with images section

Hello everyone, I’m currently attempting to add some texture to my website’s text columns with images section, but I’m not entirely sure how to add an image onto the background to add said texture. any help would be greatly appreciated :smiley:

Website Link

@Kaijann

oh sorry for that issue yes its possible make some custom code added your current code

please confirm this look

Hi, KetanKumar I was actually going for more of a look like this which is the image over the background:

Thank you for your time!

I added a background image using inline CSS directly in the section’s liquid file by wrapping the whole block in a div and setting style=“background-image: url(‘{{ ‘banner.jpg’ | asset_url }}’)” on it.