How do I use a small font size in questions and answers?

#295218
  • Resolved Hazel Connor
    Rank Math free

    Is there any way to use a small font size in questions or answers? That is, for the purpose of minor and possibly irrelevant information?

    I’ve checked the Markdown syntax but couldn’t find anything. However, I feel I’ve seen it on the site somewhere…I have seen a website in which I see very different types of font styles but I can’t find the smallest font in this very type of font but…….

Viewing 1 replies (of 1 total)
  • Prabhat
    Rank Math agency

    Hello,

    Thank you for contacting us.

    Could you confirm if you’re referring to the font size of the FAQ schema/block?

    If yes, then you can use custom CSS to modify the font size. Here’s an example code on how you can modify the font size:

    /** For Questions **/
    h3.rank-math-question{
      font-size: 10px;
    }
    
    /** For Answers **/
    div.rank-math-answer{
      font-size: 10px;
    }

    And here’s how you can add the CSS code:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Hope this helps.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘How do I use a small font size in questions and answers?’ is closed to new replies.