A Shopify store owner is experiencing a blurry logo in their website footer (murelle.co), despite the image appearing clear in the backend. The logo needs to remain full-scale per design requirements.
Proposed Solutions:
Multiple users suggested adding custom CSS code to theme.liquid file (before or tags) to improve image rendering
One user recommended editing footer.liquid file to change image width parameters from 1100 to 2000 (lines 116 and 119)
Another suggested checking theme documentation for recommended logo dimensions and uploading at exact specifications
Current Status:
The issue remains unresolved. The store owner tried using a 1950 x 500px image but reports the logo is still blurry. They’ve clarified they need the full-scale display shown in their screenshot, not a smaller version.
Screenshots were shared showing both the problem and proposed CSS solutions, though the original poster has not yet confirmed whether any code-based fixes resolved the blurriness.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
I need help with my shopify website - we have added the client’s LOGO as an image to the footer - this is a design requirement - but the logo is super blurry even though on the backend it looks clear and crisp. How do I make sure the logo doesn’t lose clarity and stays clear?
hey @snk729 dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
You can go to your store admin > Sales channels > Online Store > Themes > click “…” in Current theme > Edit code > open footer.liquid file, change 1100 to 2000 in lines 116 and 119, save file and check again.
without coding, you should check the recommended size of logo on the theme documentation and make it exactly that so that it will not change sizing and quality.