Okay
  Public Ticket #966720
Font colour on testimonials
Closed

Comments

  •  2
    Sam Marnham started the conversation

    Hi

    Great theme thanks. 

    I'm struggling to change the testimonial font colour and need to on this page. I've tried changing it in the column settings and the full width settings both with no effect. 

    Thanks 

    Sam

  •  8,996
    Tahir replied

    Hey Sam,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .testimonial_slider[data-style="default"] blockquote p {
        color: #2ac4ea !important;
    }
    .testimonial_slider[data-style="default"] blockquote p~span {
        color: #b03961 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Sam Marnham replied

    Awesome this worked perfectly! Thanks for the quick response :-)