Ticket #25982 - Store logo in H1
Hello,
I am writing to you because I would like to know how I can prevent the shop logo from being an H1 tag:
HTML
<h1 class=”m-0 logo-link-wrap”>
<a class="header_logo_img dib" href="https://www.lora-moi.ch/" title="Lora et Moi"> <img class="logo" src="https://www.lora-moi.ch/img/logo-1694957751.jpg" alt="Lora et Moi" width="200" height="50" style="min-width:200px;width:200px;height:50px;"> </a>
</h1>
Where Can I change it?
Thank you for your help.
Have a nice day,
Orlando
Comments
Hi Orlando
Try to open the file /modules/pkelements/views/templates/pklogo.tpl and change the H1 tag there
Hello Fred,
Perfect, thank you very much for your help.
Have a great day,
Orlando
You are welcome!