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

How to make faq's text bigger

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #134118

    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.
    #134144

    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

    #134216

    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

    #134217

    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.
    #134311

    Hello,

    Please provide me with the page URL I will provide CSS

    Best Regards

    #134312

    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

    #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

Viewing 7 posts - 1 through 7 (of 7 total)