Okay
  Public Ticket #2573104
Testimonial slider stars color
Closed

Comments

  •  2
    Kecco started the conversation

    Hi, how can I change the stars color to YELLOW? The theme only allows me to use my colors but yellow it's not one of them.

    Thanks

  •  2,965
    Andrew replied

    Hi Kecco,

    Thanks for reaching out.

    Add the following custom css in Salient > General settings > CSS/Script related:

    .testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before {
        color: yellow !important;
    }
    

    Hope this helps.

  •  2
    Kecco replied

    This worked, thanks!