Solved

Testimonial section: change Stars Colors

Sascha22
Excursionist
40 0 13

Hi there,

 

we want to change the Color of the stars of the testimonials to somehow yellow.

 

This is the page: https://treeletic.de/collections/byo-nachhaltige-premium-yogamatte-aus-kork/products/byo-nachhaltige...

 

Using the Impulse Theme, hope to get help here.

Accepted Solution (1)

ChoosiZon
Shopify Partner
416 66 111

This is an accepted solution.

Hello,

You can open up theme.liquid under Layout.

At bottom before closing body tag </body> add this:

 

<style>
    span.testimonial-stars {
    color: #ffbc00;
}
</style>

 

 

Donate
For faster response with a fee pls email to : choositech@outlook.com

View solution in original post

Replies 2 (2)

ChoosiZon
Shopify Partner
416 66 111

This is an accepted solution.

Hello,

You can open up theme.liquid under Layout.

At bottom before closing body tag </body> add this:

 

<style>
    span.testimonial-stars {
    color: #ffbc00;
}
</style>

 

 

Donate
For faster response with a fee pls email to : choositech@outlook.com
Sascha22
Excursionist
40 0 13

Thank you so much, works!