Jump to content

Logo of bad quality


Recommended Posts

I have tried to upload my logo in various formats and while it looks nice and clear in the raw file before I upload, once I upload to Prestashop it goes all fuzzy and looks gross, colour goes weird etc. Any help please? Cheers.

Link to comment
Share on other sites

PrestaShop converts whatever image you upload into a JPEG file. What format is the file you are uploading? If it is a JPEG, you can upload it using FTP to img/logo.jpg to prevent it being recompressed by PrestaShop. If it is a different format, upload it to img/logo.png or whatever format it is, then change the link on line 47 of header.tpl in your theme's directory from:

<a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.jpg" alt="{$shop_name|escape:'htmlall':'UTF-8'}" />



to:

<a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" />

Link to comment
Share on other sites

  • 1 month later...
  • 9 years later...
  • 4 weeks later...
On 1/15/2021 at 4:03 AM, Prestachamps said:

Hi, 

You shoult try to re-save it as.jpg with any image editing software and upload the jpg image. 

Let me know if that fixes it. 

Kind regards, Leo

Im not sure what to change. There's only 2 files in my themes / img directory that look like my logo - called 'myshop-logo-1487468201.jpg' & '[email protected]'

My logo is coming out blurry and small on mobile devices

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...