How to change header tag level of footer menu title - Refresh theme

Hello,
How do I change the header level from

to

for our footer menu titles? Our website is here.

Thank you in advance!

Hi @Snow_Wolf ,

You do the following.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code

  2. Go to Section folder and open the footer.liquid file

  3. Click inside the file, and press CTRL + F, to find the footer-block__heading

  4. Change the h2 to p, then SAVE. Please see image below for reference

Duplicate the theme first as backup.

Then you need to modify the file footer.liquid at about line 72 (Refresh 9.0.0) and replace

tags with

{%- if block.settings.heading != blank -%}

{{- block.settings.heading -}}

{%- endif -%}