Hello expert, I am using the Wokie theme on my website. Can anyone help me how to edit the missing and duplicate heading?
1. How to add the h1 tag on my logo and name it
2. How to add the content on the missing heading
3. How to remove the duplicate heading
My website is https://www.localpoint.com.hk
Thanks a lot!
Hi,
For logo you have to customize the header.liquid file. sharing with this code
{%- if template.name == 'index' -%}
<h1 itemscope itemtype="http://schema.org/Organization">
{%- else -%}
<div itemscope itemtype="http://schema.org/Organization">
{%- endif -%}
<a href="/" itemprop="url">
<img src="{{ "logo.svg" | asset_url }}"
alt="{{ shop.name }}"
itemprop="logo">
</a>
{%- if template.name == 'index' -%}
</h1>
{%- else -%}
</div>
{%- endif -%}
hope it will work for you !
which is the content on the missing heading?
which duplicate heading you want to remove?
pls share screenshot.
Hi,
Can you share the front home page screenshot where the duplicate headings are appearing?
Please indicate , I don't know that language. 
User | Count |
---|---|
10 | |
8 | |
8 | |
7 | |
5 |