Hello,
How do I change the header level from
to
for our footer menu titles? Our website is here.
Thank you in advance!
Hello,
How do I change the header level from
for our footer menu titles? Our website is here.
Thank you in advance!
Hi @Snow_Wolf ,
You do the following.
From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
Go to Section folder and open the footer.liquid file
Click inside the file, and press CTRL + F, to find the footer-block__heading
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
{%- if block.settings.heading != blank -%}
{{- block.settings.heading -}}
{%- endif -%}