Change collection heading in prestige theme

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!

1 Like

Hi @sugarhai ,

You can try replace your code by below code:

## {{ block.settings.title | escape }}

Hope it can help you.

1 Like

that works! thanks so much

1 Like

Hi @sugarhai ,

Glad it is the solution for you. ^^

1 Like