• Resolved sailpilot

    (@sailpilot)


    Is there an easy way to style the form (color, fonts, backgrounds, etc.) or do you have to create a CSS file to do that?

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

    (@specialk)

    You have to write your own CSS, but the plugin does provide a setting, called “Custom Content”, where you can add it to the page that displays the form. There you can include any CSS wrapped in <style> tags, for example:

    <style>#user-submitted-posts form { color: green; }</style>

    I hope this helps. Let me know if I can provide any further information.

    • This reply was modified 3 years ago by Jeff Starr.
    Thread Starter sailpilot

    (@sailpilot)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling’ is closed to new replies.