Masonry CSS codes
Change rating color
/* сhange the color of the header rating */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-rating-stars {color: green;}
/* сhange the color of the header rating counter */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-count-number {color: green;}
/* сhange the color of the header rating stars */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-count-text {color: green;}
/* сhange the color of the review rating */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-single-review .reputon-rating-stars {color: green;}



Change name color
/* change name */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-name {color: green;}
/* change reviews name only*/
.reputon-amazon-reviews-widget .reputon-masonry .reputon-body .reputon-name {color: green;}
/* change footer name only*/
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-name {color: green;}


Change review text color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-text {color: green;}
Change publishing date color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-date {color: green;}
Change border width, style and color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-top-part {border: 3px solid red;}
Change header border width, style and color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head {border: 3px solid red;}
Change review card background color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-top-part {background: lightblue;}
Change header background color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head {background: lightblue;}
Change “Verified” icon color
.reputon-amazon-reviews-widget .reputon-masonry .reputon-verified-icon {color: pink;}
Change widget font
.reputon-amazon-reviews-widget .reputon-masonry,
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {font-family: Comic Sans MS !important;}
Hide customer name
.reputon-amazon-reviews-widget .reputon-masonry .reputon-single-review .reputon-name {display: none;}Hide review posting date
.reputon-amazon-reviews-widget .reputon-masonry .reputon-date {display: none;}Hide review rating stars
.reputon-amazon-reviews-widget .reputon-masonry .reputon-card .reputon-rating-stars {display: none;}Hide verified icons
.reputon-amazon-reviews-widget .reputon-masonry .reputon-verified {display: none;}‘Load more’ button
/* hide button */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {display: none}
/* change text color */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {display: none;}
/* change background color */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {background: beige;}
/* change font */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {font-family: Comic Sans MS;}
/* change width */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {
width: 200px;
justify-content: center;}
/* change height */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more {
height: 50px;
align-items: center;}
/* customize text */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-load-more.editable:after {content: 'your text';}
Hide header content
/* hide amazon logo */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-image {display: none;}
/* hide seller name */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-name {display: none;}
/* hide rating */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-rating-stars {display: none;}
/* hide rating counter */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-count-number {display: none;}
/* hide rating stars */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-count-text {display: none;}
/* hide reviews counter */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-head .reputon-reviews-count {display: none;}Change image counter
/* change color */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-card .reputon-reviews-image-container::after {color: red;}
/* change background */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-card .reputon-reviews-image-container::after {background: #ff00005e;}

Add margin above widget
.reputon-amazon-reviews-widget .reputon-masonry {margin-top: 100px !important;}Add margin below widget
.reputon-amazon-reviews-widget .reputon-masonry {margin-bottom: 100px !important;}Hide header content
/* hide entire header */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-reviews-head {display: none;}
/* hide reviews counter */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-reviews-count {display: none;}
/* hide seller name */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-name {display: none;}
/* hide rating */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars {display: none;}
/* hide logo */
.reputon-amazon-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-image {display: none;}Change widget width
.reputon-amazon-reviews-widget .reputon-masonry {max-width: 400px !important;}Hide widget on mobile
@media (max-width: 460px) {
.reputon-amazon-reviews-widget .reputon-masonry {
display: none !important;}}Color the widget
.reputon-amazon-reviews-widget .reputon-masonry {
background: bisque;}
/* Add the code to theme.liquid to change the widget section color. */
<style>
section:has(.reputon-amazon-reviews-widget .reputon-masonry) {background: bisque;}
</style> 
Apply black-and-white filter
.reputon-amazon-reviews-widget .reputon-masonry {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?