Okay
  Public Ticket #2429806
Testimonial Slider Review Stars
Closed

Comments

  •  4
    Matt started the conversation

    Hi there, could you please provide CSS snippet for changing the colour of the Review Stars in the Testimonial Slider?

    Thanks

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  •  4
    Matt replied

    Perfect, thanks Tahir