Adding an image to native homepage pop-up in Prestige Theme?

Adding an image to native homepage pop-up in Prestige Theme?

SusannahH
Visitor
1 0 6

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!

Replies 2 (2)

EspaceCannelle
Tourist
3 0 2

Would also love to know!

Sandy239
Shopify Partner
2 0 0

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!

Sandy
Studio 239 Design