change the color

Is can change the colors of yellow?

I would also change the purple color of the testimonials?

Thanks

Hello there,

I hope you are doing well today.

In order to change the colors of the theme you would have to edit the CSS code for the theme. You can use the following CSS code to change the colors by going to Appearance > Customize > Additional CSS and pasting it there.


/*Button 2 BG color*/

#header .bottom-header .header-button-two {
    background: #000;
}

/*Testimonials text block color*/
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
    background-color: #000;
}

/*Arrow color*/
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
    content: "";
    border-color: #000;
}

Best Regards,
Support

How about how to change the dots in between the title sections on the jumbotron?