> For the complete documentation index, see [llms.txt](https://nouthemes-2.gitbook.io/auto-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nouthemes-2.gitbook.io/auto-x/home-page/marquee.md).

# Marquee

<figure><img src="https://1421856591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp1o7TlRHpEg1kNqn3l4R%2Fuploads%2FN0w0LmECRvbPfwjlbzqS%2Fimage.png?alt=media&amp;token=fdeb2bef-4df1-47f3-9293-73475fee9cdb" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1421856591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp1o7TlRHpEg1kNqn3l4R%2Fuploads%2Fd9WsREwje3DaNlrx9tuy%2Fimage.png?alt=media&amp;token=747e626a-d199-46f5-a46e-62175b0f0f29" alt=""><figcaption></figcaption></figure>

In field **HTML block**:

<figure><img src="https://1421856591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp1o7TlRHpEg1kNqn3l4R%2Fuploads%2FqQ3bcCgg2zfgKJKTguKR%2Fimage.png?alt=media&amp;token=6c6091a2-4dcd-4440-86d9-690078b52ffa" 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:

```
<div class="section-block home-section marquee-section" id="homeMarquee">
    <div class="limit-marquee">
        <div class="marquee-text">
            <p class="text">
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
                <a href="#">GET A NEW CAR TODAY</a>
            </p>
        </div>
    </div>
</div>

```
