# Link Styles

Links inside pages, blog posts and other related entry content can have custom link animation / style, which can be edited on **Appearance** -> **Customizer** -> **Styling** -> **Link Styles**

The default link style is Animated Underline which dates back from very first version of Kalium but you can change them to your preferred style and animation.

Every link style has its own set of options which you can set for individual styling.

### Standard

This type of link style is common on all websites. It makes plain links with default underline styling applied by the browser and has no custom options.

### Underline

This type of link style is more advanced in terms of appearance and options.&#x20;

It can be Static or Animated underline. You can set custom **direction** for underline animation, **thickness**, **position** and **color**.

A common option is to make everything go in reverse animation by toggling **Reverse State** option.

<figure><img src="/files/0F2ww2HCWjbDpxiWmFND" alt="" width="348"><figcaption><p>Underline link style options</p></figcaption></figure>

### Swap

This link style swaps the link in two directions **Top** and **Bottom**.

### Fill

This link style has two types: **Background** and **Text**.&#x20;

Background type sets the filling animation in specified direction: **top**, **bottom**, **left** and **right**.&#x20;

Text type animates the filling color inside text based horizontal direction **forwards** or **backwards**.

<figure><img src="/files/tokGL0qD9YlJuIfeDO3H" alt="" width="343"><figcaption><p>Fill link style options</p></figcaption></figure>


---

# 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.kaliumtheme.com/styling/link-styles.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.
