Jump to content

How to upload svg file as logo


Recommended Posts

  • 6 months later...
  • 6 months later...
  • 3 months later...
  • 2 months later...

Hello, you can easily copy your SVG logo to /img/ folder in your root. Thats where standard location for logo is. Then in DB you can replace value of the logo from logo.png to logo.svg and its done.

Change column "VALUE" in table "ps_configuration" from "logo.png" to "logo.svg".

SELECT * FROM `ps_configuration` WHERE (`name` LIKE '%logo.png%' OR `value` LIKE '%logo.png%')

This select should find it for you.

This works for me on ps 1.7.x.x, havent tried it on different version yet.

Edited by Milan Kozel
Limit 50 in SELECT is not needed, it could confuse ppl (see edit history)
  • Thanks 1
Link to comment
Share on other sites

  • 2 months later...

Hi, 

 

Thank you so much for your reply. Unfortunately, i cannot find "logo.png" to change to "logo.svg"." Within the database in the ps_configuration file (i have pscd_configuration). The title I have there is PS_logo but there is not part to change "logo.png" to "logo.svg". In the value colimn I have just clear img file as: shoplogo-1602922798.jpg

I have pscd_condition row where logo.jpg is stated but not sure if that will work.

Can you help me please?

SCRN.png

Edited by Aleksandar Nikolic (see edit history)
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...