# Custom CTA

The Custom CTA option allows you to define a custom **Text** and **Link** to replace the default Subscribe action across the site. This option is useful when you want the main call to action to point to a contact page, booking link, external service, or any other custom destination.

When enabled, the Custom CTA is displayed in the **navbar**, **mobile navigation**, **hero section**, and **footer**, providing a consistent action for visitors throughout the site.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
In the theme settings tab, find the **"Custom CTA"** options under the **Site-wide** section.
{% endstep %}
{% endstepper %}

### Available options

* **Text** – The label shown on the CTA button across the site. Use a short and clear action, such as *`Contact us`*, *`Book a call`*, or *`Get in touch`*.
* **Link** – The URL used for the CTA action. This can point to an internal page, an external website, or a booking service.

{% hint style="info" %}
When a **Custom CTA link** is defined, it replaces the default Subscribe button action. Clearing the Link field restores the default Subscribe behavior.
{% 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://docs.ektothemes.com/guides/lumi/customization/site-wide/custom-cta.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.
