Text Banner

A text banner displays a banner of text on a web page. The text banner typically spans the width of the page and is used to display a short message or tagline that is related to the page’s content.

When to use

Text banners are used when you want to grab the user’s attention and provide them with a short message or tagline that is related to the page’s content.

Anatomy

Text Banner Anatomy

1. Text Container (required)

2. Title (required)

3. Button

4. Text (required)

Examples

<div class="ucla-banner__text">
    <div class="container">
        <div class="ucla">
            <div class="col span_10_of_12 ucla-prose" style="margin: 0 auto;">

                <h3>Text banner to call your attention</h3>
                <p>This text banner helps focus people's attention on a single call to action. Limit copy in this banner to 200 characters or less. Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod.</p>
                <button class="ucla-btn ucla-btn--primary-light">Button</button>
            </div>
        </div>
    </div>
</div>

Best practices

Use clear, concise text that is easy to read and understand. This will help grab the user’s attention and make it easy for them to understand the message of the banner.

Keep the text short and to the point. A text banner with too much text can be overwhelming for the user and make it difficult for them to understand the message.