How to change background colour on flexslider caption title

WP: 4.2.2 (current)
Dazzling: current
Site: curlyafrodotcom

Hi Aigars and co,

Just wondering if it is possible to change the background of the title of the feature image of flexslder caption? Currently, it is red (since element is red) but I would like to maintain red for the main element colour of theme, with the exception of the background of title being changed (i.e. to brown)

Any assistance greatly appreciated.

Thanks in advance,

Hi @4alex,

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

You can change the background of the title of the feature image of flexslder caption to brown by adding the following code in the Custom CSS option of Dazzling theme on the below path.

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


.flexslider .flex-caption h2.entry-title {
background: #A52A2A;
}

Best Regards,
Movin

Thanks so much Movin; worked great!

You are most welcome here :slight_smile: