hi, I want to remove the heading text from my collection images
in my code I found
default: collection.title
can I change that to blank or none?
this is the full line of code
{{ block.settings.title | default: collection.title | escape }}
how do I write it? thank you!