Jump to content

How can I edit the code of the logo image please?


1cctv

Recommended Posts

  • 1cctv changed the title to How can I edit the code of the logo image please?

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

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!

  • Like 1
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...