FAQ RankMath title size

#203869
  • Resolved Roxy
    Rank Math pro

    Hello,

    I would like to change the Faq title size, please help me to add this to css.

    Thank You in advance

    Roxane

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

    Hello,

    Thanks for contacting us.

    Could you confirm if by “Faq title”, you mean the questions in the FAQ block of Rank Math?

    If yes, then you can try adding the below CSS code under Appearance > Customize > Additional CSS, to change the font size of the questions in the FAQ block of Rank Math:

    #rank-math-faq .rank-math-question{
      font-size: 40px;
    }

    You can replace “40px” with the desired font size.

    If the above code doesn’t help, then please share the URL of the page where the font size needs to be changed.

    Looking forward to hearing back from you.

    Thank you.

    Thank You for your quick reply, It works fine.

    But this is only one size for H1 H2 H3, is it possible to add different (px) for each H.

    and also if I want to change the color, what should I add.

    Thank You

    Prabhat
    Rank Math agency

    Hello,

    Thanks for your reply.

    But this is only one size for H1 H2 H3, is it possible to add different (px) for each H.

    Rank Math uses H2 tags for the questions, though it might be altered by your theme on the frontend. Could you please share some screenshots of the H1, H2, H3 tags whose font size you wish to change? You can use a tool like imgur.com to easily upload and share the screenshots link.

    Also please share the URL of the page where the changes are to be made.

    and also if I want to change the color, what should I add.

    To change the text color, you can extend the code that I provided in my previous reply, like this:

    #rank-math-faq .rank-math-question{
      font-size: 40px;
      color: red;
    }

    Please replace “red” with the desired color.

    Hope that helps.

    Thank you.

    Thank You for your reply, I’ll try to change the color anD keep the same size for every H.

    Hello,

    We are glad to be of help.

    If you don’t mind us asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘FAQ RankMath title size’ is closed to new replies.