Pipeline theme 7.0.2 all homepage slideshow slide headings are H1

We use Pipeline theme 7.0.2 and our homepage has a slideshow.

Every slide has a heading and every slide heading is H1.

How do I either, make the slide headings not H1 or change the slide headings to H2, H3 or higher?

UpDate:

I am in section-slideshow.liquid and have found the following code at line 40 - 44:

{{ block.settings.title | escape }}

Can I delete this or change it?

UpDate 2:

I changed the code to:

{{ block.settings.title | escape }}

But now the homepage has no H1

UpDate3:

I solved the problem by adding a custom html section with the following code:

My Custom H1 Text - Replace with yours

I removed the default custom html and only had the code above.

UpDate:

I am in section-slideshow.liquid and have found the following code at line 40 - 44:

{{ block.settings.title | escape }}

Can I delete this or change it?