Video banner widget
Change widget text color
/* change title color */
.reputon-youtube-widget .reputon-background-video .reputon-title
{color: red;}
/* change description color */
.reputon-youtube-widget .reputon-background-video .reputon-subtitle
{color: red;}


Change widget font
/* change widget font */
.reputon-youtube-widget .reputon-background-video,
.reputon-youtube-widget .reputon-background-video .reputon-title {font-family: Comic Sans MS !important;}

Hide widget elements
/* hide title */
.reputon-youtube-widget .reputon-background-video .reputon-title
{display: none;}
/* change description color */
.reputon-youtube-widget .reputon-background-video .reputon-subtitle
{display: none;}
Change widget width
.reputon-youtube-widget .reputon-background-video
{width: 650px !important;}
Add margin above widget
.reputon-youtube-widget .reputon-background-video
{margin-top: 100px !important;}
Add margin below widget
.reputon-youtube-widget .reputon-background-video {margin-bottom: 100px !important;}
Hide widget on mobile
@media (max-width: 460px) {
.reputon-youtube-widget .reputon-background-video {
display: none !important; }}
Apply black-and-white filter
.reputon-youtube-widget .reputon-background-video {filter: grayscale(100%);}

Questions about CSS or need assistance? We're excited to help: support@reputon.com or live chat.
Last updated
Was this helpful?