• Hi;

    How can I change the font in the simple contacts form ? It doesn’t match my current font and size , and that makes it very Odd..

    Thanks again;
    Imado F.

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @imadsuper123

    The plugin’s elements inherit the styling from the theme’s CSS. The form labels and inputs are styled based on the CSS from the theme.

    You could use a bit of custom CSS to change it.

    For label

    #simple-contact-form fieldset label {
        font-family: "Insert name";
    }

    For inputs

    #simple-contact-form fieldset input,
    #simple-contact-form fieldset textarea {
        font-family: "Insert name";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Font changing in the simple contacts form ?’ is closed to new replies.