> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/tiktok-feed-app/custom-style-codes/carousel-widget.md).

# Carousel widget

### Change widget font

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel {font-family: Comic Sans MS !important;}
```

{% endcode %}

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

***

### Change background color

{% code overflow="wrap" %}

```css
/* change widget background color */
.reputon-tiktok-widget .reputon-carousel .reputon-carousel-container {background: bisque;}

/* To change the widget section color, add this code to theme.liquid */
<style> 
section:has(.reputon-tiktok-widget .reputon-carousel) {background: bisque;}
</style>
```

{% endcode %}

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

***

### Change carousel width

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel {width: 650px;}
```

{% endcode %}

***

### Change arrows color

{% code overflow="wrap" %}

```css
/* change background  */
.reputon-tiktok-widget .reputon-carousel .reputon-swiper-button-next rect,
.reputon-tiktok-widget .reputon-carousel .reputon-swiper-button-prev rect {fill: red;}

/* change arrow icon color  */
.reputon-tiktok-widget .reputon-carousel .reputon-swiper-button-next path,
.reputon-tiktok-widget .reputon-carousel .reputon-swiper-button-prev path {fill: black;}
```

{% endcode %}

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

***

### Remove arrows

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-swiper-button-next,
.reputon-tiktok-widget .reputon-carousel .reputon-swiper-button-prev {display: none;}
```

{% endcode %}

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

***

### Change play icon color

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-play-icon path {fill: red;}
.reputon-tiktok-widget .reputon-carousel .reputon-play-icon circle {stroke: red;}
```

{% endcode %}

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

***

### Remove play icon

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-play-icon {display: none;}
```

{% endcode %}

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

***

### Change header background

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-reviews-head {background: bisque;}
```

{% endcode %}

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

***

### Change header border

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-reviews-head {border: 1px solid black;}
```

{% endcode %}

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

***

### Change channel title

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-title {color: red;}
```

{% endcode %}

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

***

### Remove channel title

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-title {display: none;}
```

{% endcode %}

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

***

### Change channel name

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-description {color: red;}
```

{% endcode %}

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

***

### Remove channel name

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-description {display: none;}
```

{% endcode %}

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

***

### Change counters text

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-counter-text {color: red;}
```

{% endcode %}

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

***

### Change counters&#x20;

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-counter {color: red;}
```

{% endcode %}

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

***

### Remove counters&#x20;

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-counters {display: none;}
```

{% endcode %}

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

***

### Change verified color

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-verified {color: red;}
```

{% endcode %}

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

***

### Remove verified icon

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-verified {display: none;}
```

{% endcode %}

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

***

### Change button background

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-follow-button  {background: red;}
```

{% endcode %}

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

***

### Change button color

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-follow-text  {color: red;}
```

{% endcode %}

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

***

### Remove follow button

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-follow-button  {display: none;}
```

{% endcode %}

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

***

### Change divider color

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-divider  {background: red;}
```

{% endcode %}

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

***

### Change divider width

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-divider  {width: 10px;}
```

{% endcode %}

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

***

### Remove divider

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-divider  {display: none;}
```

{% endcode %}

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

***

### Change product title color

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-product-overlay .reputon-product-overlay-title {
color: #ff0000;}
```

{% endcode %}

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

***

### Change product price color

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-product-overlay .reputon-product-overlay-price {
color: #ff0000;}
```

{% endcode %}

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

***

### Change product  image size

{% code overflow="wrap" %}

```css
.reputon-tiktok-widget .reputon-carousel .reputon-product-overlay .reputon-product-overlay-image{
width: 20px;
height: 20px;}
```

{% endcode %}

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

***

{% hint style="info" icon="comments-question-check" %}
**Have questions or need help with CSS? Contact us at** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)
{% endhint %}


---

# 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://reputon.gitbook.io/reputon-help/tiktok-feed-app/custom-style-codes/carousel-widget.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.
