> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/media-and-content/how-do-i-style-the-arrows-and-dots.md).

# How do I style the arrows and dots

{% stepper %}
{% step %}

### On the Slider contextual panel on the right side of the editor, click on the Style tab. Click on the attribute "Arrows"

<figure><img src="/files/uYvBZNh3XEQbvwZEat7g" alt="How do I style the arrows and dots — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### For Arrow Visibility, you can either set it to On Hover or Never:

<figure><img src="/files/AR2lLXkgv7mHyLw6waI7" alt="How do I style the arrows and dots — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Use the dropdown for arrow position to select from the available options

<figure><img src="/files/RpyYU7zvqjmc3xXcDAVN" alt="How do I style the arrows and dots — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can set the Width by entering the specific value:

<figure><img src="/files/hNLv83RLTrLf5jfleXjq" alt="How do I style the arrows and dots — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set the Height by entering the specific value here:

<figure><img src="/files/srVqDpgHjUBLl2wkTWDk" alt="How do I style the arrows and dots — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Icon size to be adjusted here:

<figure><img src="/files/2OOU6T2W5kc2QQDc1dw0" alt="How do I style the arrows and dots — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Arrow Color can be entered using a hex code or the color picker:

<figure><img src="/files/spx4c5GPbky6e6q9SU1h" alt="How do I style the arrows and dots — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Background Color can be entered using a hex code or the color picker:

<figure><img src="/files/QeIiE8QnoXcWQA7obRcP" alt="How do I style the arrows and dots — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To style dots, click the Attribute and select "Dots"

<figure><img src="/files/5BTQy9BW6MoScd5Yn6EW" alt="How do I style the arrows and dots — step 9"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.maker.co/maker-pages/media-and-content/how-do-i-style-the-arrows-and-dots.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.
