Dual row carousel widget
Change rating color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-card .reputon-rating-stars {color: green;}

Change name color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-name {color: red;}

Change review text color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-text {color: red;}

Change publishing date color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-date {color: red;}

Change border width, style and color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-top-part {border: 3px solid red;}

Change review card background color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-top-part {background: aliceblue;}

Change “Leave a Review” button
/* regular state color */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-leave-review {color: #fff; background: red;}
/* borders */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-leave-review {border: 3px solid red;}
/* hover, active states color */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-leave-review:hover,
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-leave-review:not([disabled]):active,
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-leave-review:not([disabled]):active
{color: #fff; background: brown;}
/* customize text */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-leave-review.editable:after {content: 'your text';}
/* 'load more' button font */
.reputon-google-reviews-widget .reputon-dual-row-carousel
.reputon-leave-review{font-family: Comic Sans MS;}

Change “Verified” icon color
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-verified-icon {color: red;}

Change widget font
.reputon-google-reviews-widget .reputon-dual-row-carousel.reputon-reviews-holder {font-family: Comic Sans MS;}

Change review text font
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-text-holder {font-family: Comic Sans MS;}

Hide customer avatar
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-single-review .reputon-image {display: none;}

Hide customer name
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-single-review .reputon-name {display: none;}

Hide review posting date
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-date {display: none;}

Remove “Show more” button
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-show-more {display: none;}
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-text {-webkit-line-clamp: unset; mask-image: none;}

Change “Show more” button
/* change color */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-show-more {color: red;}
/* remove underline */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-show-more span {text-decoration: none;}
/* change font */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-show-more {font-family: Comic Sans MS;}

Add margin above widget
.reputon-google-reviews-widget .reputon-dual-row-carousel.reputon-reviews-holder {margin-top: 100px;}

Add margin below widget
.reputon-google-reviews-widget .reputon-dual-row-carousel.reputon-reviews-holder {margin-bottom: 100px;}

Change widget width
.reputon-google-reviews-widget .reputon-dual-row-carousel.reputon-reviews-holder {max-width: 400px;}

Hide widget on mobile
@media (max-width: 460px) {
.reputon-google-reviews-widget .reputon-dual-row-carousel.reputon-reviews-holder {display: none; }}
Change widget color
.reputon-google-reviews-widget .reputon-dual-row-carousel {
background: bisque;}
/* To change the widget section color, add this code to theme.liquid */
<style>
section:has(.reputon-google-reviews-widget .reputon-dual-row-carousel) {
background: bisque;}
</style>

Hide Google logo from reviews
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-review-logo {display: none;}
Hide bottom part of reviews
/* Hide top part */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-single-review
.reputon-review-header {display: none;}
/* Move to the bottom */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-single-review .reputon-review-header {order: 5;}

Apply black-and-white filter
/* on widget */
.reputon-google-reviews-widget .reputon-dual-row-carousel {filter: grayscale(100%);}

Return design to legacy version
Add CSS at the top of the custom CSS block
/* hide new elements */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-reviewer-info {display: none;}
/* move Google logo */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-review-header
{position: absolute;right: 30px;}
/* show hidden elements */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-carousel-footer {display: block;}
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-bottom-part {display: flex !important;}
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-top-part::before {
content: "";
position: absolute;
width: 20px;
height: 20px;
z-index: -1;
transform: skewY(-45deg) translateY(-11px);
top: 100%;
left: 50px;
background: rgb(243, 246, 249);}
/* change avatar size */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-image {
width: 50px;
height: 50px;
min-width: 50px;}

Have questions or need help with the codes? We're excited to help at support@reputon.com
Last updated
Was this helpful?