On https://milkymotorsports.com/products/x-hook-mounting-shaft-required-mitsubishi-lancer-evo-x-non-us-models-07-16-in-stock I’d like to edit the colors of the review widget manually with code because the widget customizer within the Stamped app doesn’t change the widget to the colors I select. I spoke to a Stamped rep and they aren’t sure what’s wrong.
@milkymotorsport - do you want to change start color from yellow to some other color?
This is Victor from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Victor | PageFly
@PageFly-Victor @suyash1 Can you guys provide code to also change the turquoise color in the photo?
@milkymotorsport - I believe that this color is set via review app settings hence our css may not work on it, but pleaase try this css by adding it to the very end of your base.css file
.stamped-review[data-verified=buyer] .stamped-review-avatar:before{color: #ffd200 !important;}
.stamped-verified-badge:after{color: #ffd200 !important;}
.stamped-review-recommend[data-is-recommend=true]:before{color: #ffd200 !important;}
@suyash1 That worked! Now can you just advise the code to change the color of gray stars and the yellow bar in the photo below?
@milkymotorsport - add this css and check, first is for bar and second for stars
.summary-rating-bar-content {background: #ffd200 !important;}
div[data-widget-style*=standard] .summary-rating:first-child .summary-rating-title:before{color: #ffd200 !important;}
@milkymotorsport Let me know if you need further custom on this concern.
Thank you


