> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/manual/shopping-experiences/image-gallery-category-images/configuration.md).

# Configuration

***

### Individual styling

**Field type**:\
Select

**Available values**:\
• don't use (default)\
• use individual styling

**Example value**:\
`use individual styling`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")"

**Technical name**:\
`twt-gallery-slider-controls-individual`

{% hint style="info" %}
In the tab "Content" you can configure all sliders globally.
{% endhint %}

## Arrow navigation (Individual styling)

***

### Layout type

**Field type**:\
Select

**Available values**:\
• Rectangle (default)\
• Square/Circle

**Example value**:\
`Rectangle (default)`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-style`

***

### Corner type

**Field type**:\
Select

**Available values**:\
• not rounded\
• rounded corners (default)\
• round corners

**Example value**:\
`rounded corners (default)`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-corner-type`

{% hint style="info" %}
**rounded corners**\
Uses the configuration "Border radius". ("Layout" > "Layout" > "Border radius")

**round corners**\
Uses a predefined radius for round corners.
{% endhint %}

***

### Hover effect

**Field type**:\
Select

**Available values**:\
• no effect (default)\
• fade in

**Example value**:\
`no effect (default)`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-hover-type`

***

### Text colour

**Field type**:\
Color picker

**Example value**:\
`$sw-color-brand-primary`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-color`

***

### Border colour

**Field type**:\
Color picker

**Example value**:\
`transparent`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-border-color`

***

### Background colour

**Field type**:\
Color picker

**Example value**:\
`#ffffff`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-background-color`

***

### Text colour @hover

**Field type**:\
Color picker

**Example value**:\
`$sw-color-brand-secondary`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-color-hover`

***

### Border colour @hover

**Field type**:\
Color picker

**Example value**:\
`darken($twt-gallery-slider-controls-border-color, 10%)`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-border-color-hover`

***

### Background colour @hover

**Field type**:\
Color picker

**Example value**:\
`darken($twt-gallery-slider-controls-background-color, 7.5%)`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Arrow navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-controls-background-color-hover`

## Dots navigation (Individual styling)

***

### Horizontal alignment

**Field type**:\
Select

**Available values**:\
• align left\
• align right\
• align center (default)

**Example value**:\
`align center (default)`

**Path to the configuration**:\
Tab "Shopping Experiences" => Block "Image gallery (Category "Images")" => Section "Dots navigation (Individual styling)"

**Technical name**:\
`twt-gallery-slider-navigation-dots-alignment`


---

# 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.themeware.design/manual/shopping-experiences/image-gallery-category-images/configuration.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.
