Editing or putting another code to an app most of the time it wont render/listen/ or make the change at all. You need to contact the app provider. Or you can wait for an app expert here, Sorry for that.
Topic summary
Goal: change the color of testimonial rating stars in the Motion theme from black to green without using an app.
Key points:
- The feature is built into the theme (not an app). Editing the Liquid section wasn’t clear to the requester.
- A helper asked for the store URL/password and a preview to diagnose further.
Proposed solution (central):
- Add a CSS rule in the theme stylesheet (e.g., app.css, global.css, theme.css, or testimonials.css) to target the stars: span.testimonial-stars { color: green; }.
- The color value can be any named color, hex, or rgb.
Status:
- No confirmation yet that the CSS change worked. Additional details (preview/URL) were requested, so the issue remains open.