Does Shopify accept vector image formats for logo?

Hi,

At first the logo size was too small. I manually adjusted the code for max logo width to 700 and got it to it’s right size.

  • Increasing the logo’s size pushed the whole side bar too far away from the logo, any suggestions to decrease this space?

  • The logo’s image quality is decreasing when increasing its size. Does Shopify accept vector files?

  • I have tried JPG and PNG files so far.

Theme: Dawn

You can indeed use Vector files. A typical way to do this is to put your SVG code in a snippet and include it where you would include your logo. You can then set the height/width/viewbox dimensions of the SVG itself, or with a wrapper container.

1 Like

Thank you so much! Yes this worked