Why is my landing page showing an H1 tag?

I have installed a landing page. But due to some issue, my pages are showing an h1 tag.

https://www.rusorganic.in/pages/faqs

Hi @rusorganic

Follow this

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss Or theme.css-> paste bellow code in bottom of file
.template-page #shopify-section-tapita-main-page h1.hidden { display: none; }

Note: this is fast solution so may be affect on other page then need custom condition because page template is common for all.

Best regard

1 Like

Hello,

Can we know the reason for hiding your h1 tags? Because if we hide your h1 tag on the FAQ page means it will affect some pages also.

If you still want to hide then we need to use a condition in the code.

Hi, I am facing this issue again. H1 tag is showing again. Can you please check my website