• A great plugin to have a contact form, and easy to use. But there is an issue in changing the form’s font ( not possible ) … And that is really bothering me on my blog..

    Need to adjust it.

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

    (@wpkube)

    Hi @imadsuper123

    Thanks for the review.

    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 ‘A simple and good to use contacts form plugin – needs to adjust the font’ is closed to new replies.