Customize Testimonials and Counter Widgets

Hi there

I’d like to know how to change the color and font family for the testimonials

and

How to change the color of the thin line separating the counters

also

front page sections > contact us section > is a little buggy 'cause when I enter the titles for the fields, it not override and vanishes from the visual, like in the picture

Thanks

Hi,

Add Custom CSS in Appearance -> Customizer -> Additional CSS.

  1. Use this CSS class to change the testimonial,

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote { font-family: 'Arial'; color: red; }

Change the font family and color according to your needs.

  1. Change that using this,

#counter .col-sm-4 { border-color: red; }

  1. It is a little bug like you said, it can be fixed via this, https://colorlibsupport.com/t/please-check-contact-us-section-and-jumbotron/#post-92230

Let us know,

Thanks,
laranz.