• Resolved derlehre

    (@derlehre)


    Hello dear Masteriyo.

    I use the famous font plugin to use my favorite font in Elearning and Masteriyo. In the settings of the font plugin i check ✅ the force style and the font will be shown everywhere and by the css that dear Uzwal gave me, the font will be shown in the learn page too.

    Now in the latest update, the font is shown everywhere except the Account page. O don’t know what to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @derlehre,

    The reason the font plugin’s “Force Styles” does not apply on the Account page is that, like the Learn page, it is built with React JS. React dynamically renders content, so CSS from third-party plugins may not automatically apply to these elements. This is why your font appears on other pages but not on React-based pages.

    You can fix this by adding the following custom CSS to specifically target the Account page elements:

    div#masteriyo-account-page p,
    div#masteriyo-account-page a,
    div#masteriyo-account-page h2,
    div#masteriyo-account-page h3,
    div#masteriyo-account-page h4,
    div#masteriyo-account-page h5,
    div#masteriyo-account-page span,
    div#masteriyo-account-page p span,
    div#masteriyo-account-page button.chakra-button {
    font-family: 'BioRhyme' !important;
    }

    This will ensure your chosen font is applied correctly across the Account page. You can replace ‘BioRhyme‘ with any font family you prefer.

    Best Regards!

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Dear @derlehre,

    Since we haven’t heard back from you, we’ll close this topic for now as we believe the issue has been resolved.

    If you still need any help or would like to share an update, please feel free to reopen the topic at any time. We’ll be glad to assist you. 😊

    Best regards,

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

You must be logged in to reply to this topic.