How to make faq's text bigger
-
Hi,
My faq’s text is tiny and I ‘d like to make it bigger please – how do I do this (css if possible!)
Thanks
Danielle
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the font by means of Advanced typography option.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
Hi,
Thanks for the response. I have tried that but it’s not working… I am doing the following:
Setting up custom typegraphy as “.faq-text-class” with the settings I want, then copying that “.faq-text-class” onto the box on the FAQ’s page where i want it to apply – in the box titled – “extra class name” – it makes no difference at all? Where am I doing it wrong?
Thanks
Danielle
I should add – I can make it work by changing the FAQ ‘use custom font’ on each faq box, but then it doesn’t put text in the middle of the box (see attached image)
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide me with the page URL I will provide CSS
Best Regards
This page:
https://simonethomaswellness.com/faqs/
I am having same issue with this page also: (the progress bars – fonts needs to be bigger)
https://simonethomaswellness.com/how-it-works/
Thanks
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