• Resolved colemackinnon

    (@colemackinnon)


    Hey folks! Quick question about fonts and Forminator:

    I’ve tried adding my desired font (Spartan) to my Forminator form under Appearance>Fonts>Custom Fonts>Custom Font Family, but it’s still displaying as Roboto, or something else heh.

    I’ve set all my global fonts in WordPress to Spartan, so I’m not sure where this other font is coming from hah.

    Perhaps there’s some CSS that can change the form font? Thanks very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @colemackinnon,

    Thank you for contacting us.

    In order to better assist you, could you please provide us with the URL of the page where you currently have the form set up so that we can check on the font styling being loaded?

    Best,
    Jonathan S

    Thread Starter colemackinnon

    (@colemackinnon)

    Thanks Jonathan!

    Yes, it’s a basic contact page: https://colemackinnon.com/contact/

    Spartan seems to be loading on every other page normally. Here’s the homepage https://colemackinnon.com/

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @colemackinnon,

    Thank you for providing us with this info.

    I can see the Spartan font is being added to Forminator correctly. However, there is a CSS being added to the body which is setting the different font. It shows it is through a wezido elementor add on plugin.

    I would advise you to check on this plugin settings. You can also force the font to be changed with the following CSS:

    form#forminator-module-2775 > * {
        font-family: 'Spartan';
    }

    Best,
    Jonathan S

    Thread Starter colemackinnon

    (@colemackinnon)

    Oh, thanks so much, Jonathan! I didn’t see this reply last week.

    Thanks for the suggestions. I deactivated the Wezido pluguin (it was connected to Easy Digital Downloads), and the font is now displaying as Spartan site-wide again.

    All the best! -C

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @colemackinnon

    I hope you are doing well.

    Thank you for the update.

    We are marking this as resolved, feel free to ping us any time you need.

    Best Regards
    Patrick Freitas

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

The topic ‘CSS to change form font?’ is closed to new replies.