Font size of text inside a how to box in rank math

#432057
  • Resolved Sarina Tariq
    Rank Math free

    I seems not to be able to change the font size of the text of the steps (not the headings) – when I go to classic editor to change the font the whole layout changes and images disappear. How to change the font of the ordinary text in the how to boxes?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.

    You can change the font size of the steps by using CSS and targeting the rank-math-step-content class.

    Here is an example:

    .rank-math-step-content {
          font-size: 18px;
    }

    You can add the CSS in the Additional CSS section of your theme’s customizer.

    Hope this helps. Let us know if you need any other assistance.

    thanks for the answer. What is the code for changing the faq answers

    If i am buying your pro version – how does it work – Can I apply a How-to schema to the whole post rather than adding each step one by one ; same way for faq – can i mark a full post as faq?
    How is it different from using the How to and faq blocks?

    Do I use the free plugin and the pro plugin together or delete the free plugin?

    Hello,

    To target Rank Math’s FAQ, you can use #rank-math-faq. selector. Here’s a sample CSS code you can customize:

    #rank-math-faq .rank-math-list-item{
        max-width: 750px;
        padding-left: 320px;
        padding-right: 50px;
    }

    Regarding the How-To and FAQ for the PRO version, you will need to fill the data in them even in the upgraded version. However, when you’re using the How-To or FAQ blocks, you don’t need to create a schema as the data you will use there will be automatically applied to that page’s schema (whole post).

    Yes, the Rank Math PRO version is built on top of the free version to keep the plugins robust and lightweight. You will need both of them to be installed and activated at the same time so the PRO version will work.

    I hope that helps.

    Thank you.

    Thanks
    One more question – regarding what you said – However, when you’re using the How-To or FAQ blocks, you don’t need to create a schema as the data you will use there will be automatically applied to that page’s schema (whole post).

    Isnt the schema of how-to applied to the page when I add the how to block (with the free plugin)? I thought that is the point of the block

    Prabhat
    Rank Math agency

    Hello,

    Yes, even with the Free version of Rank Math, when you’ll use the HowTo Block, the Schema would be applied automatically.

    Rank Math PRO offers the HowTo and FAQ Schema even under the Schema Generator which can be used with any Page Builder plugins as well.

    Hope this helps.

    Thank you.

    Ok thanks

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    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 7 replies - 1 through 7 (of 7 total)

The ticket ‘Font size of text inside a how to box in rank math’ is closed to new replies.