Home › Forums › Basel support forum › How to make faq's text bigger › Reply To: How to make faq's text bigger
July 25, 2019 at 7:05 am
#134348
Elise Noromit
Member
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