How to add a general title at the top of a collection list page?

Hi can anyone show me how to add a general title at the top of my collection list page?

@adamhartnell1

You can achieve this by adding your required title in Themes > Edit Code > templates > list-collection.liquid

Go through the section added in the list-collection.liquid file

And add title above {% for collection in collections %}

If the solution helps you please like and accept as solution.