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 ![]()
oh sorry for that issue yes its possible make some custom code added your current code
please confirm this look
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.


