• Resolved chocmanwp

    (@chocmanwp)


    I was wondering if there was an easy way to reduce the font size of the questions? I’ve tried specifying the font size in ‘styling’ > ‘FAQ question’ > ‘Font size’ but no matter what I set this to, it doesn’t change the question font size. I don’t understand why as this happens.

    Please see here:
    https://www.ministryofchocolate.com/educational/faqs/

    I only want to take the font size down by a couple of px.

    I’m already using some custom SCC code to align the the icon with the question in the custom CSS box, so I don’t know whether you can add more code to reduce the question font size or if you can how this is done. Do you leave a blank line between the sets of coding or something?

    Any thoughts and help would be appreciated.

Viewing 1 replies (of 1 total)
  • Hi Chocmanwp,

    Yes, You can add as much custom css as you need. You just have to add new css code in new line. Custom Css options is just acts as normal css file. You can also add you own comment (/*….*/) just like normal css file for your future references.

    For changing font size of the Questions in FAQs. You can use given custom css.

    .ufaq-faq-title-text h4 {
        font-size: 20px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Reduce Question Font Size’ is closed to new replies.