Home Forums WordPress Themes – Premium Flat Responsive CTA Title and Text Color Reply To: CTA Title and Text Color

#21666
Anonymous
Inactive

Hi Doc24,

Please add the following css in your style :

.fr_widgets_cta {
  text-align: center;
  color:#ff000; 
}

.fr_widgets_cta h2 {
  color: #3333; 
}

Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

Thanks