change font – Faq schema

#586049
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reaching out to us about this issue.

    It seems like you want to change the appearance of the FAQ block to suit your theme’s style. This is possible with some custom CSS code that you can add to your site.

    Here’s an example of how you can change the font of the FAQ block:

    
    /* Change the font of the question */
    .rank-math-list-item .rank-math-question  {
      font-family: Arial, sans-serif;
    }
    
    /* Change the font of the answer */
    .rank-math-list-item .rank-math-answer {
      font-family: Arial, sans-serif;
    }
    

    You can change Arial, sans-serif to any font name and style that you like. You can add this code to your theme’s customizer or a plugin like Simple Custom CSS and JS.

    I hope this helps you customize the FAQ block to your liking. If you have any other questions or issues, please let us know.

    Thanks for your cooperation and patience.

    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 ‘change font – Faq schema’ is closed to new replies.