Home Forums Theme support Lambada: translate "read more" in allslider and edit color/font? Reply To: Lambada: translate "read more" in allslider and edit color/font?

Sorry, forgot the colors! To change the color and size, you can add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

/* first headline */
.cycle_element h2 {
color:#ffcc00;
font-size:20px;
}
/* second headline */
.cycle_element h3 {
color:#ffcccc;
font-size:12px;
}
/* the link */
.cycle_element a {
color:#000;
font-size:12px;
}