I'm trying to find code to edit h1 tag assigned to slideshow__slide-heading

I’m trying to locate the H1 tag “Apparel”, so I can edit it so it is not an h1 tag… where would I locate the h1 tag in the “edit code” section to find this? I have browsed through all of the sections in the layout/templates/sections etc and could not find anything matching the code on the inspect using the f4 lookup tool. The theme we’re using is Gain theme.

Under sections
section-slideshow.liquid

when I do f4 lookup it doesn’t have any matches when typing in apparel. would there be something else that it would be listed under?/ do you know what the code would be specifically? I don’t want to end up editing the wrong string. there is also only 1 h1 tag on the entire script of code yet I have 3 h1 tags on there according to ahrefs site audit (each on a different slide).

i don’t think i can share the url to the website according to shopify’s rules correct?

Apparel is a dynamic text and cannot be found in the code.

You need to search for

tag with class “h1” or “slideshow__slide-heading”