> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/maya/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/maya/overview/newsletter-popup.md).

# Newsletter popup

### Configure the newsletter popup

Select the customize theme option. Click on the dropdown menu at the top to select the **Home page** templat&#x65;**.**

From the left side menu, select the **newsletter popup.**

Customize the section by utilizing the settings on the right side of the theme editor, as described below:

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Display mode</td><td>Choose the display mode from the following options:<br>- Enable<br>- Test mode<br>- None<br><br><em>(Note: In test mode the popup always displays despite the relevant settings or dismissing so that you can review all the time. When satisfied with the look, switch to 'Enable'.)</em></td></tr><tr><td>Position</td><td>Select positions from the following options:<br>- Left<br>- Center<br>- Right</td></tr><tr><td>Show on home page only</td><td>Select this checkbox to show popup on home page only.</td></tr><tr><td>Show once for visitors</td><td>Select this checkbox to show the popup to visitors only once. For them, the popup will reappear after 30 days, if users closed the popup.<br><br><em>(Note: If the settings <strong>Show once to visitors</strong> and <strong>Set cookie for newsletter popup(days),</strong> both are set, then the <strong>Show once to visitors</strong> will be given priority.)</em></td></tr><tr><td>Delay until the popup appears (on page load)</td><td>Adjust the range bar to determine the delay time, until the popup appears on page load.</td></tr><tr><td>Set cookie for newsletter popup(Frequency)</td><td>Set the time (days) for which you want the cookies to expire. <br><br>For example, if you set the time as two days, and the storefront customer closes the newsletter popup or submits their email for subscription, after two days, the popup will reappear on the storefront.</td></tr><tr><td>Image</td><td><strong>Show Image</strong><br>Select this checkbox to show the image.<br><br><strong>Image</strong><br>Choose any image from the store library.<br><br><strong>Position</strong><br>Choose the position from following options:<br>- Left<br>- Top<br>- Right</td></tr><tr><td>Image overlay opacity</td><td>Adjust the range bar to determine the overlay opacity above the image.<br><em>(Note: To change overlay color, edit the scheme "Image overlay background" color in the color scheme under theme settings.)</em></td></tr><tr><td>Content</td><td><p><strong>Heading</strong> </p><p>Add heading text. <br>(Note: Wrap your text between [ ] to add the markers font.)<br><br><strong>Heading size</strong><br>Select the heading size from the following options:<br>- Large<br>- Medium<br>- Small<br><br><strong>Heading tag</strong><br>Specify heading code types from H1-H6, div, span or p tag for SEO and search engines for crawling purposes.<br><br><strong>Bold text font family</strong><br>Choose the bold text's font family from the following options:</p><p>- Heading <br>- Body <br>- Accent <br>(<em><strong>Note</strong>: These fonts can be changed in theme settings>typography.)</em><br><br><strong>Markers font family</strong><br>Choose the markers text font family from the following options:</p><p>- Heading <br>- Body <br>- Accent <br>(<em><strong>Note</strong>: These fonts can be changed in theme settings>typography.)</em><br><br><strong>Content alignment</strong><br>Choose the content alignment from the following options:<br>- Left<br>- Center<br>- Right</p></td></tr><tr><td>Button</td><td><strong>Label</strong><br>Add button text.<br><br><strong>Size</strong><br>Select from the following options to determine the button size.<br>- Global<br>- Small<br>- Medium<br>- Large</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://shinedezign.gitbook.io/maya/overview/newsletter-popup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
