Change the h2 header to h3 (EMPIRE)

Topic summary

Request to change the “You may also like” heading on the product page from an H2 to an H3 (HTML heading levels). The asker looked for a theme setting but couldn’t find one.

Key guidance:

  • This is not controlled by a visible theme setting; it requires editing theme code.
  • In the theme editor, open Sections and edit either product-recommendations–section.liquid or section–product-recommendations.liquid.
  • Search for the line:

    and change the opening

    to

    , and the closing

    to .

Context:

  • A product page link and a screenshot were provided for reference; they are not essential to the solution.

Outcome/Status:

  • A clear code-level solution was provided. No confirmation yet from the original poster, so resolution status is unconfirmed/ongoing.
Summarized with AI on December 15. AI used: gpt-5.

Hi everyone,

Looking to change the header of ‘you may also like’ to h3.

You may also like

[https://www.animerching.com/products/pokemon-scarlet-violet-surging-sparks-elite-trainer-box](https://www.animerching.com/products/pokemon-scarlet-violet-surging-sparks-elite-trainer-box)

Where in the settings would I be able to change it, because I can’t seem to find it.

Hello @Animerch ,

Edit file product-recommendations–section.liquid or section–product-recommendations.liquid under sections
search

once found change

to

also change closing

to

Thanks

1 Like