# 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 chanel 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 chanel 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 chanel 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 chanel 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>

***

**Questions about CSS or need assistance? We're excited to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)**.**


---

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