• Resolved itmonitor

    (@itmonitor)


    Hello, thank you for the great plugin. When I use it, the text font in the labels is smaller than the text from the forms. Check the link. Please, how to fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @itmonitor

    Thanks for using the plugin!

    The label text is supposed to be smaller than the text in the fields – it’s not a bug.

    However, you can change it if you like, with some custom CSS. Add this under Appearance > Customize > Material Design Forms > Custom CSS.

    #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text, #cf7md-form .wpcf7-not-valid-tip {
        font-size: 0.875em;
        letter-spacing: 0;
    }

    Thanks,
    Angus

    Thread Starter itmonitor

    (@itmonitor)

    it works. Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Label text font is smaller than rest’ is closed to new replies.