This is driving me nuts.
Our current store is using the old Debut theme, you can see it here. I don’t remember what res image I used there.
I have just added the Dawn 2.0 theme to our store, but I am still customising it. I am already stuck at adding the logo and have already tried jpeg and png and the current png I uploaded is 2048 x 2048 (300 ppi), so I don’t understand why it’s still so blurry. How can I fix this?
Here is my h1 code:
#
{%- endif -%}
{%- if section.settings.logo != blank -%}
{%- assign image_size = section.settings.logo_width | append: 'x' -%}
{%- else -%}
{{ shop.name }}
{%- endif -%}
{%- if request.page_type == 'index' -%}