Okay
  Public Ticket #3182432
testimonial slider issue
Closed

Comments

  •  4
    ckrem08 started the conversation

    How i can change the colour of the text on testimonial slider


    1470532128.png

    it is pink and i want to make it white

  •  1,643
    Judith replied

    Hello There,

    Thanks for keeping in touch.

    Please send in your website URL so that we can provide css for it.

    Thanks.

  •  4
  •  2,722
    Andrew replied

    Hi Again,

    You can try setting the Row "Text Color" to "custom" and select the color you want

    Alternatively, You can add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .testimonial_slider:not([data-style*=multiple_visible]) blockquote, 
    .testimonial_slider .controls {
        color: #ffffff !important;
    }
    

    Thanks,

  •  4
    ckrem08 replied

    Done! Thanks!