Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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,
It's work!! Thanks for your help.
Missing heading, can I delete because I don't need this heading on my homepage
Duplicate Heading:
I dont know why all the product duplicated on the first product section
Thanks a lot!!
Hi,
Can you share the front home page screenshot where the duplicate headings are appearing?
Please indicate , I don't know that language. 
Hi, actually all products heading have duplicated thrice on this section.
for example like the testing product, it supposes to display once but I dont know why it displayed thrice...thanks!!
Hi,
You can change from header section.
User | RANK |
---|---|
7 | |
4 | |
4 | |
4 | |
3 |