• I have created one FAQ so far as a test, and when I view the question on a single page, the Question (i.e. the header?) is in a GIANT FONT!

    I found the setting for Headers, and took it down to H6, but it didn’t seem to make a difference in the single-question-per-page view. It DID make a difference when viewing as a list of many FAQ on one page, but if we use the list of Questions which clicks through to individual-page Q/A, this size discrepancy is ridiculous (we often have questions that run to paragraphs in length). (Paragraph-long questions also make the interface for entering questions a little awkward, since the data entry box is just one line of text. I realize it can go as long as I like, but it’s hard to see the whole thing when editing. I don’t suppose the actual interface for entering FAQ’s is adjustable…)

    The Question was originally showing in all caps, but this changed when I switched to a different theme – but the size is still enormous. I saw one answer on the forum that talked about adjusting the CSS files for the theme, but I don’t see where to do this. We also probably want to be able to customize the font.

    Here is a link to our site, for reference:
    https://staff.looneylabs.com/alison-wordpress/

Viewing 1 replies (of 1 total)
  • If you go to the FAQs Settings, you can select which header size to use.

    OR if you want to get super specific and you have a way to edit CSS (I use JetPack) insert this:

    .faq-list h2 {
    	font-size: 30px;
    }

    Just make sure that the h# matches your settings and change the number to the font size you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Question Headers way too big. How to format?’ is closed to new replies.