1cctv Posted May 2 Share Posted May 2 (edited) Need to edit the h1 tag on logo image, where can I find that file in order to edit it please? Thanks, Edited May 2 by 1cctv (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted May 2 Share Posted May 2 Please can you specify PS, PHP and theme versions Link to comment Share on other sites More sharing options...
El Patron Posted May 3 Share Posted May 3 You can typically find and edit it in: /themes/YOUR_THEME/templates/_partials/header.tpl or sometimes in: /themes/YOUR_THEME/templates/layouts/layout-both-columns.tpl /themes/YOUR_THEME/templates/layouts/layout-full-width.tpl What to Look For <h1 id="header_logo"> <a href="{$urls.base_url}"> <img src="{$shop.logo}" alt="{$shop.name}"> </a> </h1> You can: Change the <h1> to another tag (like <div> or <p>) if it’s causing SEO or layout issues. Or remove the <h1> if another heading already exists on the page. Link to comment Share on other sites More sharing options...
1cctv Posted May 3 Author Share Posted May 3 3 minutes ago, El Patron said: You can typically find and edit it in: /themes/YOUR_THEME/templates/_partials/header.tpl or sometimes in: /themes/YOUR_THEME/templates/layouts/layout-both-columns.tpl /themes/YOUR_THEME/templates/layouts/layout-full-width.tpl What to Look For <h1 id="header_logo"> <a href="{$urls.base_url}"> <img src="{$shop.logo}" alt="{$shop.name}"> </a> </h1> You can: Change the <h1> to another tag (like <div> or <p>) if it’s causing SEO or layout issues. Or remove the <h1> if another heading already exists on the page. Thanks so much El Patron! 1 Link to comment Share on other sites More sharing options...
1cctv Posted May 3 Author Share Posted May 3 On 5/2/2025 at 8:45 AM, 1cctv said: Need to edit the h1 tag on logo image, where can I find that file in order to edit it please? Thanks, On 5/2/2025 at 9:36 AM, Prestashop Addict said: Please can you specify PS, PHP and theme versions PS1767, PHP7.3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now