Shopify themes, liquid, logos, and UX
Hi all! Is it possible to add an image to the homepage/newsletter popup in the prestige theme? Having an image field is available by default on other themes but I don't see that as an option for prestige. Any help would be much appreciated!
Would also love to know!
Hi, yes it is. If you'd like to add a logo or image at the top of the popup before any text:
1. Navigate to your theme and 'edit code'
2. Open the 'newsletter-popup.liquid' file
3. Around line 20 find ' {%- if section.settings.title != blank or section.settings.content != blank -%}' and ABOVE this line add:
<img src="YourFileURL.jpg" width="125" height="auto" style="margin-left:auto; margin-right:auto; display:block;" alt="your image description here">
Be sure to replace YourFileURL.jpg with your actual URL. You do this by uploading it first in the Content > Files section, then copying the URL. If the file has already been uploaded, then just copy the URL of course.
Hope this helps!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025