> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/concept-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/concept-documentation/theme-settings/general.md).

# General

**Typography** allows setting the font, size of texts for the site.

1. From your Shopify admin, go to **Online Store ->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme Settings ->** **General.**

**Link**

<table><thead><tr><th width="239">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Link letter spacing</td><td>Determines the letter spacing of link. Can be from -5% to 10%, increasing arithmetically of 5%.</td></tr><tr><td>Hover effect</td><td><p>Select the hover effect link from the dropdown menu:</p><ul><li><strong>Line</strong></li><li><strong>Dot</strong></li></ul></td></tr><tr><td>Color type</td><td><p>Select the hover effect link from the dropdown menu:</p><ul><li><strong>Adapt to text color</strong></li><li><strong>Custom color</strong></li></ul></td></tr><tr><td>Use custom color</td><td>Set the color for the text</td></tr></tbody></table>

**Button**

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Button style</td><td><p>Select the button style from the dropdown menu:</p><ul><li><strong>Standard</strong></li><li><strong>Classic</strong></li><li><strong>Special</strong></li></ul></td></tr><tr><td>Button icon</td><td><p>Select the icon in the button from the dropdown menu:</p><ul><li><strong>None</strong></li><li><strong>Caret</strong></li><li><strong>Arrow</strong></li></ul></td></tr><tr><td>Hover effect</td><td><p>Select the hover effect button from the dropdown menu:</p><ul><li><strong>Diagonal swipe</strong></li><li><strong>Horizontal overlap</strong></li><li><strong>Ripple</strong></li></ul></td></tr></tbody></table>

**Carousel**

<table><thead><tr><th width="237">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Arrow style</td><td><p>Select the arrow style from the dropdown menu:</p><ul><li><strong>Special</strong></li><li><strong>Special (Text)</strong></li><li><strong>Classic</strong></li><li><strong>Modern</strong></li><li><strong>Modern (Plus)</strong></li><li><strong>Dreamy</strong></li></ul></td></tr></tbody></table>

**Rounding**

<table><thead><tr><th width="235">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Block corner radius</td><td>Round the corners of arrow. The range is from 0px (arrow border is a rectangle), to 100px (arrow border is a circle).</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://halosoft.gitbook.io/concept-documentation/theme-settings/general.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
