# Site Breadcrumb

A breadcrumb is a navigational aid on a website, usually a small text path at the top of a page, that shows the user's current location within the site's hierarchy, allowing them to easily navigate back to previous, higher-level pages.

{% hint style="success" %}
Here's a short form of the **Site Breadcrumb** settings process

**Step 1 : Login** to your WordPress admin dashboard.

**Step 2 :** Go to **Appearance** > **Customize >  Site Breadcrumb** .

**Step 3 :** Select **Site Breadcrumb** or a similar section in the theme options.

**Step 4 :** Adjust other settings like accent **Site Breadcrumb** and background as needed.

**Step 5 :** Click **Publish** to save your changes.
{% endhint %}

#### Customizing ▸ Site Breadcrumb

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

Under **Site General ▸ Site Breadcrumb**, you can configure how breadcrumbs are displayed on your website:

**Breadcrumb**

* **Show Breadcrumb**\
  Enable or disable breadcrumb navigation on your site.
* **Breadcrumb Delimiter**\
  Choose the separator style used between breadcrumb links (default or custom).
* **Breadcrumb Style**\
  Select the overall style for breadcrumbs (default or custom options may vary).

**Breadcrumb Background**

* **Customize Background**\
  Turn on background customization for the breadcrumb area.
* **Background Color**\
  Set a solid color for the breadcrumb background.
* **Background Image**\
  Upload an image to display behind the breadcrumb section.
* **Background Image Position**\
  Adjust the alignment of the background image (e.g., Top Right).
* **Background Image Repeat**\
  Define how the background image repeats (No Repeat, Repeat, etc.).

**Breadcrumb Typography**

* **Customize Title**\
  Enable custom typography for the breadcrumb title.
* **Title Typography**
  * **Font Family** – Choose a font (e.g., Raleway).
  * **Font Variant** – Select the style (Regular, Bold, Italic, etc.).
  * **Font Size** – Set the size of the breadcrumb title text.
  * **Font Color** – Define the color of the breadcrumb title.
  * **Text Transform** – Apply text styling (None, Uppercase, Lowercase, etc.).
  * **Line Height** – Adjust vertical spacing between text lines.
  * **Letter Spacing** – Set spacing between characters.
* **Customize Link**\
  Option to customize breadcrumb link typography (default is set to **No**).


---

# 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://wdt-kirki.gitbook.io/wdt-kirki/theme-customizer/site-breadcrumb.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.
