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

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:

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!