Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I edit H2 to H1 in Refresh Theme code snippet?

Solved

How can I edit H2 to H1 in Refresh Theme code snippet?

bgmemories
Tourist
12 0 1

Hello, looking to edit a code snippet in Refresh Theme for BowlingGreenMemories.com

 

Want to edit H2 to H1 inside this div, but not sure which liquid section to make that edit.

 

 

<div class="slideshow__text-wrapper banner__content banner__content--bottom-left page-width scroll-trigger animate--slide-in">
<div class="slideshow__text banner__box content-container content-container--full-width-mobile color-background-2 gradient slideshow__text--left slideshow__text-mobile--center"><h2 class="banner__heading inline-richtext h2">
Welcome Falcon Nation!
</h2><div class="banner__text rte" >
<p>This year BG Memories Apparel celebrates its 10-Year anniversary! The passion project of two alums, BG Memories Apparel offers one-of-kind BGSU apparel and Bowling Green t-shirts, sweatshirts and gifts you won't find anywhere else!</p>
</div><div class="banner__buttons">
<a

href="/collections/new-items"

class="button button--secondary"
>Shop The Latest</a>
</div></div>
</div>

 

Thank you

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

Hi @bgmemories 

You can find this one on the Edit Code > Section Folder > slideshow.liquid. You need to read the code to find the header and h1. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

Hi @bgmemories 

You can find this one on the Edit Code > Section Folder > slideshow.liquid. You need to read the code to find the header and h1. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
bgmemories
Tourist
12 0 1

Thank you! Quick follow-up in code snippet h2 in quotes (red circle) - that doesn't matter correct? the H1 class is in the right place. I can't find where to update h2 in quotes to h1. Its winthin {{block.settings.heading_size}} Thank you again

 

shop_screenshot.png