Testimonials-background text color

Posted in: Newspaper
Post count: 22

Hello,

I am having a problem changing the background text color of testimonials.
For example, if i want it red, it will change in red but only the little arrow, not the whole box. It remains blue like the primary color of the theme i have instaled
Check this example: https://prnt.sc/u931l6

Waiting for some advice.

Post count: 18283

Hello !

That can be done through css code as you can see here: https://www.screencast.com/t/2A8Mxq6ESmbu

.tdm-testimonial-descr {
background: linear-gradient(#f56942, #f5d442)!important;
}

The color codes can be copied from google: https://www.screencast.com/t/GAqRmYrrJb53

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.