Single video widget
Change video name color
.reputon-tiktok-widget .reputon-single-video .reputon-player-card .reputon-text {color: red;}

Change video name size
.reputon-tiktok-widget .reputon-single-video .reputon-player-card .reputon-text {font-size: 10px;}

Change video name font
.reputon-tiktok-widget .reputon-single-video .reputon-player-card .reputon-text {font-family: Comic Sans MS;}

Hide video name
.reputon-tiktok-widget .reputon-single-video .reputon-player-card .reputon-text {opacity: 0;}

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

Change carousel width
.reputon-tiktok-widget .reputon-single-video .reputon-container,
.reputon-tiktok-widget .reputon-single-video .reputon-container .reputon-player-card {max-width: 650px;}
Questions about CSS or need assistance? We're excited to help: support@reputon.com or live chat.
Last updated
Was this helpful?