Excerpt on Slider and "Popular Posts" - Customize Color

Hi There,

How do I change the background color of the title (currently the red color) on the slider? Also, how do I change the color of the links on the Popular Post widget too? Thank you!

@cgcatalan

Slider captions can be changed like this:

.flex-caption h2 {
  background: #00FF00;
}

Links for popular post widget can be changed like this:

#secondary .widget .post-content a {
  color: #00FF00;
}

Add both of these code snippets to Appearance >> Theme Options >> Other >> Custom CSS.

However, both these things can be also changed via Theme Options, so make sure to explore what this theme is truly capable of before you start coding.