i will test that one hope it's working an not like the other post
you should have your logo as vector file (cdr, Ai, pdf)Can you help how to make SVG logo
Has this worked for anyone else?I found this on Prestashop forum by Milan Kozel. I did not test it and I don't know if it works.
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 October 26, 2021 by Milan Kozel