> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/promo.md).

# Promo

***

The **Promo section** is designed to highlight time-sensitive campaigns, combining promotional content with a countdown timer to create urgency and drive conversions.

### 1. Our guide to set up a Promo section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section.**
* Locate **Promo.**
* Click **Save.**
  {% endhint %}

<figure><img src="/files/2lv9DtH6iNjsHzhwMuXe" alt=""><figcaption></figcaption></figure>

### 2. **Section settings**

<figure><img src="/files/hlPkUUDNW2nYtr0JlOMx" alt=""><figcaption></figcaption></figure>

* **Color scheme:** Applies predefined colors to the section’s background and text.
* **Background image:** Upload an image to use as the section background for added visual impact.
* **Hide block when countdown reaches zero:** Automatically hides the countdown timer once it expires, keeping the section clean and relevant.
* **Show divider:** Displays a divider in the center, visually separating content and the countdown timer.
* **Show border:** Adds a border around the section for clearer separation from other content.
* **Mobile layout:**
  * **Mobile content alignment***:* Controls alignment of all blocks on mobile devices to *Left, Center or Right.*
* **Corner radius:** Adjusts the roundness of the section container.

### **2. Text block** settings

<figure><img src="/files/Wi4j16Gmll4GNTKFSm7v" alt=""><figcaption></figcaption></figure>

* **Heading:** Add the main promotional message.
* **Heading size:** Adjust font size for emphasis.
* **Description:** Provide supporting details about the promotion.
* **Content alignment:** Align text within the block.
* **Button label & Button link:** Add label and assign link for the CTA button to drive action.
* **Use outline button style:** Switch between solid and outline styles.
* **Desktop content width:** Control the maximum width of the content area.

### **3. Countdown timer block settings**

<figure><img src="/files/0QM4FKd0PdAaW9YeLEyP" alt=""><figcaption></figcaption></figure>

* **Countdown end date:** Enter the end date in format: `mm-dd-yyyy` (e.g., 12-31-2026)
* **Countdown end time***:* Enter time in format: `hh:mm:ss`
* **Number font***:* Choose font style (Heading or Body) for the timer numbers.
* **Show timer labels:** Toggle visibility of labels (Days, Hours, Minutes, Seconds).
* **Size:** Scale the overall size of the countdown timer from 50% to 200%
* **Color settings:**
  * **Use custom color:** Overrides default theme colors.
  * **Countdown timer color:** Apply a custom color to the timer elements.


---

# 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://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/promo.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.
