Hey all!
Currently in the process of updating my company’s Dawn Theme to 10.0.0 (I know they are now on 11.0.0, but I started a little while ago, we have a lot of previous customisations and a new design for the site on top of that haha - I have checked the code for 11.0.0, and this is the same in there too) .
Just in the process of adding/removing stuff in the main-product.liquid section and came across the following:
{%- when 'title' -%}
# {{ product.title | escape }}
##
{{ product.title | escape }}
When looking on the site, the a tag is hidden with css display:none.
My question is - what is the purpose of this?
Why would you link to the page you are currently on? Why is there an h2 tag with an h1 class, that is all hidden?
Wary of getting rid of it if it serves a purpose, but I can’t think of what the purpose would be haha.
Thanks in advance!
