How to change colour of excerpt?

I would like to please know how I could change the colour of the excerpt (both the background colour and only the text colour). I have included a picture to show you what I mean. Thank you

Hi @cantsignupmk850,

I hope you are well today and thank you for your question.

You can change the slider excerpt background colour using the following CSS code

.flexslider .flex-caption .excerpt {
  background: #1FA67A;
}

and only the text colour using the following CSS code

.flexslider .flex-caption .excerpt {
  color: #fff;
}

You can use the above CSS code by adding it in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

Best Regards,
Movin

It worked, thank you movin!

You are most welcome here :slight_smile: