• Resolved oberseite

    (@oberseite)


    Hi there. Looking to change the fonts globally within the plugin from Open Sans to Inter using the source code from the designers site. Is there a way to do this, without manually editing every CSS page? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Estatik

    (@estatik)

    Hi there,

    Please, try to use the following code in Appearance>>Customize>>Custom CSS

    .es-wrap *:not(.fa) {font-family: YOUR FONT !important;}

    Thanks.

    Thread Starter oberseite

    (@oberseite)

    Beautiful, that works. Is there a way to add the same for the mortgage calculator? Thanks!

    Plugin Author Estatik

    (@estatik)

    Here you are:

    body .emc-calculator, body .emc-calculator .emc-field input, body .emc-calculator-popup {
    font-family: YOUR_CUSTOM_FONT;
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font change’ is closed to new replies.