Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear StuCorlett,

    Please view the lable code with the browser developer tool and get the class of it. Afterwards assign the desired font family, such as:

    .wdform-label {
    font-family: serif;
    }

    You will need to add it to the end of the CSS code of your form’s theme.
    Thank you.

    Hi. I have changed the CSS file but the font still hasn’t changed. I’m using the Total theme.

    Sona

    (@support-web-dorado)

    Dear rufarod,

    Please make sure to add !important to your changes, since sometimes the main theme is overwriting our form styles, e.g. font-family:serif !important;

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