• Resolved nubrinnah

    (@nubrinnah)


    Hi there, loving HappyForms so far. Just one question, how to customize fonts? For example placeholder fonts. Now all placeholders are italic by default, but I would like to have them normal. Have I just overlooked the option for this or it needs to be done via custom CSS? Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there, @nubrinnah!

    Input placeholders shouldn’t be italic – I have a hunch something else is interfering. Would you help us investigate by sharing a link to your site, so we can take a look directly?

    Let us know what you think!

    Thread Starter nubrinnah

    (@nubrinnah)

    Hi, thanks for reply. Here is the link ??

    https://seonauts.org/contact/

    • This reply was modified 6 years, 2 months ago by nubrinnah.

    Oh okay, @nubrinnah!

    It appears your theme style is overriding HappyForms placeholder font style. We’ll tighten our rules to fix this up and ship it in the next release. In a meantime, you can use the following CSS snippet as a workaround:

    .happyforms-part__label .label {
      font-style: normal;
    }

    Hope this works! ??

    Thread Starter nubrinnah

    (@nubrinnah)

    Worked like a charm. Thanks a lot ??

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