Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Need help withTestimonials section

How do I change the color of rating stars in the testimonials section?

Junaid_12
Tourist
3 0 2

Hi, I am using motion theme and want to change the color of rating stars of testimonials to green currently it is showing black which doesnot looks good. I had open liquid testimonials section in section list. Now I dont understand how to change it and which line of code to enter in order to change color.

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
9069 2166 2673

Hi @Junaid_12 

We can change it if its not an app. Would you mind to share the preview of this problem? Thanks1

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Junaid_12
Tourist
3 0 2

Yes, it is not an app it is build in function of theme. That is why i have to edit manually through code

Made4uo-Ribe
Shopify Partner
9069 2166 2673

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Junaid_12
Tourist
3 0 2

Again I would say it is not product review app

Made4uo-Ribe
Shopify Partner
9069 2166 2673

Oh! Sorry I need a better glasses then. Would you mind to share the preview of this problem? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

darioaladuz
Shopify Partner
16 2 10

Hi! Could you please share your store's URL along with the password (if it has one)?

- Found my answer helpful? Please hit Like!
- Was your question answered? Mark it as an Accepted solution.
- Need a Shopify developer? LinkedIn

darioaladuz
Shopify Partner
16 2 10

Look for a file ending with .css, could be app.css, global.css, theme.css... or, even better, testimonials.css.

Then scroll to the end and add the following:

span.testimonial-stars {
  color: green;
}

 

Replace green by the color you prefer, can be hex or rgb too.

 

Hope this helps! @Junaid_12 

- Found my answer helpful? Please hit Like!
- Was your question answered? Mark it as an Accepted solution.
- Need a Shopify developer? LinkedIn