# Action Button

## How to enable/edit? <a href="#id-1576393816-wiwigq" id="id-1576393816-wiwigq"></a>

First navigate to your **Page Builder** [*(how to launch Page Builder?)*](/themes/halo-one/halo-one-theme.md#page-builder)

To configure the button action, open the interface and navigate to the **Announcement Bar** tab. Within the **Action Button** settings, you will find three textfields: **Title, Link, and Font**. Enter your desired text in the **Title** textfield to customize the call to action button in the third column.&#x20;

Leaving the textfield blank will disable the button, allowing you to control its visibility.&#x20;

To assign a banner link, locate the textfield labeled **Link** and insert text.

{% hint style="warning" %}
Please note that when assigning a action button link, it is important to keep it within 64 characters in the textfield. Exceeding this limit may result in errors when saving changes.
{% endhint %}

## Google Font

{% hint style="info" %}
Visit [fonts.google.com](https://fonts.google.com/) to view available fonts.
{% endhint %}

When formatting fonts, follow this (example: **Google\_Audiowide\_400**).

1. Begin with "**Google**."
2. Use the "**\_**" symbol to separate components.
3. Next, specify the font name, such as "**Audiowide**."
4. Again, use the "**\_**" symbol to separate components.
5. Finally, indicate the font thickness, which ranges from 100 to 900 *(refer to Google for available options)*.

{% hint style="warning" %}
If the font name consists of multiple words, separate them using the "**+**" symbol. For instance, "**Roboto Condensed**" would be written as "**Roboto+Condensed**".
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.gordonbyte.com/themes/halo-one/overview/announcement-bar/action-button.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
