How can I convert large text to H1 in Origin theme HTML?

Hi! I’d like to edit my code to make all text marked as “Large” show as an H1 in the HTML. I’m using the Origin theme and here’s a screenshot of the bit of HTML I’m referencing, in case that info is helpful. Thanks in advance!

@gabrielachuela

You will to make a custom coding to implement this. Follow these steps:

  1. Go to Online store
  2. Select Edit code menu iteme
  3. Open file Sections > image-banner.liquid
  4. Find “t:sections.all.heading_size.options__3.label” , then replace its value to h1

For more details, have a look at these screenshots

Try it and let me know

This unfortunately did not solve the issue. The HTML still displays large
text in image banners as an h2…

HI @gabrielachuela

You can try to follow this image and change the code