Please help me
The H2 tags with product names are duplicated on the collection page (image attached)
Example: https://gaugaupet.com/collections/cat-beds
Where do I need to edit the code to fix this? I use the Dawn theme.
Thanks
Please help me
The H2 tags with product names are duplicated on the collection page (image attached)
Example: https://gaugaupet.com/collections/cat-beds
Where do I need to edit the code to fix this? I use the Dawn theme.
Thanks
Hi,
At Collection Template Modify Product Name Tags
## {{ product.title }}
Ensure it appears only once per product listing.
Hope you are not using any app and that you have checked CSS
If you still need help you can contact us
You can edit the code in card-product.liquid file to solve it.
You can find it has 2 <h2 tags under
What should I do next, delete one of the two H2 tags, is that ok?
I recommend you change h2 tags at the top to h3
Can I change the h2 tag at the bottom? and why?
Thanks