# Carousel/shorts carousel widget

## Change cards text color

{% code overflow="wrap" %}

```css
/* change description color */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-description {color: red;}

/* change bottom counters color */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-counters {color: red;}

/* change title color */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-title {color: red;}

/* change date color */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-date {color: red;}
```

{% endcode %}

<div><figure><img src="/files/g9JKlfj4K3zGkyWA8ZCm" alt=""><figcaption><p>description color</p></figcaption></figure> <figure><img src="/files/b9fxJGUbVsp0zO9EBgbt" alt=""><figcaption><p>counters color</p></figcaption></figure> <figure><img src="/files/Yd1zwLz38XJ7THqVBwLE" alt=""><figcaption><p>title color</p></figcaption></figure> <figure><img src="/files/OhisxTgl5LFzhO4YUFYl" alt=""><figcaption><p>date color</p></figcaption></figure></div>

***

## Change header text color

{% code overflow="wrap" %}

```css
/* change title color */
.reputon-youtube-widget .reputon-carousel .reputon-header .reputon-title {color: red;}

/* change counters color */
.reputon-youtube-widget .reputon-carousel .reputon-header .reputon-counters {color: red;}
```

{% endcode %}

<div><figure><img src="/files/eD6cs7vjWF29KyB4nCVD" alt=""><figcaption><p>title color</p></figcaption></figure> <figure><img src="/files/nqteI2nLhVL2rWmnFctO" alt=""><figcaption><p>counters color</p></figcaption></figure></div>

***

## Change background cards

{% code overflow="wrap" %}

```css
/* change background cards */
.reputon-youtube-widget .reputon-carousel .reputon-video-container {background: aquamarine;}
```

{% endcode %}

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

***

## Change widget font

{% code overflow="wrap" %}

```css
/* change widget font */
.reputon-youtube-widget .reputon-carousel {font-family: Comic Sans MS !important;}
```

{% endcode %}

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

***

## Hide cards elements

{% code overflow="wrap" %}

```css
/* hide card description */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-description {display: none !important;}

/* hide card counters */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-counters {display: none;}

/* hide card title */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-title {display: none;}

/* hide card date */
.reputon-youtube-widget .reputon-carousel .reputon-carousel-container .reputon-date {display: none;}
```

{% endcode %}

<div><figure><img src="/files/0J3KGW6vK8NnZbobt22R" alt=""><figcaption><p>hide description</p></figcaption></figure> <figure><img src="/files/33jnwq6lFh3tf1RQUob3" alt=""><figcaption><p>hide counters</p></figcaption></figure> <figure><img src="/files/r0WlYDWf9kVCanZIm1Ti" alt=""><figcaption><p>hide title</p></figcaption></figure> <figure><img src="/files/Uxa6gIyECV2WxGS9z00H" alt=""><figcaption><p>hide date</p></figcaption></figure></div>

***

## Hide header elements

{% code overflow="wrap" %}

```css
/* hide title */
.reputon-youtube-widget .reputon-carousel .reputon-header .reputon-title {display: none;}

/* hide counters */
.reputon-youtube-widget .reputon-carousel .reputon-header .reputon-counters {display: none;}

/* hide logo */
.reputon-youtube-widget .reputon-carousel .reputon-header .reputon-logo 
{display: none;}

/* hide header */
.reputon-youtube-widget .reputon-carousel .reputon-header {display: none;}
```

{% endcode %}

***

## Change widget background

<pre class="language-css" data-overflow="wrap"><code class="lang-css">/* change widget background */
.reputon-youtube-widget .reputon-carousel,
.reputon-youtube-widget .reputon-carousel .reputon-header
 {background: rebeccapurple;}

/* change widget background, excluding header */
.reputon-youtube-widget .reputon-carousel {background: rebeccapurple;}

/* change header background */
.reputon-youtube-widget .reputon-carousel .reputon-header
<strong>{background: rebeccapurple;}
</strong>
/* To change the widget section color, add this code to theme.liquid */
&#x3C;style> 
	section:has(.reputon-youtube-widget .reputon-carousel) {
	  background: rebeccapurple;}
&#x3C;/style> 
</code></pre>

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

***

## Change ‘Subscribe’ button

{% code overflow="wrap" %}

```css
/* change background color */
.reputon-youtube-widget .reputon-carousel .reputon-bt-subscribe
{background: red;}

/* change text color */
.reputon-youtube-widget .reputon-carousel .reputon-bt-subscribe
{color: red;}

/* hide button */
.reputon-youtube-widget .reputon-carousel .reputon-bt-subscribe
{display: none;}
```

{% endcode %}

<figure><img src="/files/1bkC3Tz955uDWsKG6Gbe" alt=""><figcaption></figcaption></figure>

***

## Change widget width

{% code overflow="wrap" %}

```css
.reputon-youtube-widget .reputon-carousel {width: 600px !important;}
```

{% endcode %}

***

## Change navigation arrows

{% code overflow="wrap" %}

```css
/* change size */
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-next,  
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-prev 
{min-width: 80px; height: 80px;}

/* hide arrows */
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-next,  
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-prev 
{display: none;}

/* hide arrows only on mobile */
@media(max-width: 760px) {.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-next, .reputon-youtube-widget .reputon-carousel .reputon-swiper-button-prev {display: none;}}

/* color arrows */
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-next,  
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-prev
{color: red;}

/* adjust arrows (use negative numbers to raise position) */
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-next,  
.reputon-youtube-widget .reputon-carousel .reputon-swiper-button-prev 
{margin-top: 200px;}
```

{% endcode %}

<div><figure><img src="/files/NTdGwYVmCzXFMX14sslp" alt=""><figcaption><p>change color</p></figcaption></figure> <figure><img src="/files/7fav6y4uFsyTGGX06jDh" alt=""><figcaption><p>change size</p></figcaption></figure></div>

***

## Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-youtube-widget .reputon-carousel
{margin-top: 100px !important;}
```

{% endcode %}

***

## Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-youtube-widget .reputon-carousel {margin-bottom: 100px !important;}
```

{% endcode %}

***

## **Hide widget on mobile**

{% code overflow="wrap" %}

```css
@media (max-width: 460px) { 
	.reputon-youtube-widget .reputon-carousel { 
		display: none !important; }}
```

{% endcode %}

***

## Apply black-and-white filter

{% code overflow="wrap" %}

```css
.reputon-youtube-widget .reputon-carousel {filter: grayscale(100%);}
```

{% endcode %}

<figure><img src="/files/lJiYWM6Gn5wyD3sba4bV" 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/youtube-video-gallery/custom-style-codes/carousel-shorts-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.
