• Resolved jlatimer3

    (@jlatimer3)


    When attempting to change the font size of the FAQ Answer (under the “Options Menu”, “Styling” submenu), what format does the Font Size need to be in? I’ve tried a simple font size number, a “+4” or something similar, but seem to be unable to get the font size of my FAQ answer to change. I wasn’t able to find anything easily in the documentation regarding this. Any help would be greatly appreciated!

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

    You would also need to add the units with the number, for example: 24px or 1.4em etc. and it should do the trick.

    Alternatively, you could also add the following CSS to the “Custom CSS” box found by navigating to the “Basic” area of the “Options” tab:

    
    .ufaq-faq-body {
        font-size: 24px !important;
    }
    

    You could change the value to fit your requirements.

Viewing 1 replies (of 1 total)

The topic ‘Changing Font Size’ is closed to new replies.