> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/bc-beautica-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/bc-beautica-documentation/home-light/home-promotion.md).

# Home Promotion

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

To show **Home Promotion** on Home page, In the Page Builder -> Go to **Widgets** -> drag and drop **HTML block** into specified sections.

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

In field **HTML block**:

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

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save HTML** and **Publish** to repackage the edited theme.
{% endhint %}

After that, input sample content below:

```html
<div class="halo-block halo-home-section" id="homePromotion">
    <div class="homePromotion__container">
        <div class="homePromotion__item">
            <a href="#" title="SALE UP TO 70% OFF ON SELECTED ITEMS*" aria-label="SALE UP TO 70% OFF ON SELECTED ITEMS*">
                <span class="homePromotion__text">
                    Limited-Time Offers: Mid-Season Sale Up to 70% OFF On Selected Items. Shop Now
                </span>
            </a>
        </div>
    </div>
</div>

```

Or use button below to generate the code with your own banners. Please click the **Copy code** on the popup after you changed all the blocks.

{% embed url="<https://codepen.io/HaloThemes/pen/BaGovxm>" %}

{% hint style="info" %}
Please click the "Run Pen" button to be used
{% endhint %}
