Home Forums Basel support forum How to make faq's text bigger Reply To: How to make faq's text bigger

#134348

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .vc_toggle .vc_toggle_title h4 {
    font-size: 20px;
}

body .vc_progress_bar .vc_single_bar .vc_label {
     font-size: 20px;
}

Set the font-size as per your needs.

Best Regards