Single video widget

Customize your YouTube Gallery single video widget with CSS. Change colors, fonts, layout, arrows, and more to match your website design.

Change video elements text color

/* change description color */
.reputon-youtube-widget .reputon-single-video .reputon-description 
{color: red;}

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

/* change title color */
.reputon-youtube-widget .reputon-single-video .reputon-title
{color: red;}

/* change date color */
.reputon-youtube-widget .reputon-single-video .reputon-date
{color: red;}
description color
counters color
title color
date color

Change widget font


Hide cards elements

hide description
hide counters
hide title
hide date

Change widget background

card color
entire widget color

Change widget width


Add margin above widget


Add margin below widget


Hide widget on mobile


Apply black-and-white filter


Have questions or need help with CSS? Contact us at support@reputon.com or live chat

Last updated

Was this helpful?