• Can someone tell me how to change the font size and color and anything else of the Contact form plugin from Rayan Duff? I looked in the Plugin Editor and CSS but can’t seem to make sense of anything.

    Thanks.

Viewing 1 replies (of 1 total)
  • When you edit the plugin code, look for:

    /* Begin Contact Form CSS */

    towards the bottom. Add the font-size attribute as follows:

    .contactform {
    position: static;
    overflow: hidden;
    font-size: 16px !changes font size on contactform;
    }

Viewing 1 replies (of 1 total)

The topic ‘Contact Form Plugin – Ryan Duff Plugin’ is closed to new replies.