For the complete documentation index, see llms.txt. This page is also available as Markdown.

Single video widget

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

Change background color

/* 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 widget width

.reputon-tiktok-widget .reputon-single-video .reputon-container,
.reputon-tiktok-widget .reputon-single-video .reputon-container .reputon-player-card {max-width: 650px;}

Change product title color

.reputon-tiktok-widget .reputon-single-video .reputon-product-overlay .reputon-product-overlay-title {
color: #ff0000;}

Change product price color


Change product image size


comments-question-check

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

Last updated

Was this helpful?