• Resolved joicek

    (@joicek)


    Hi, is there a way to change font size and font style? I would like to keep it with the same font in all page. Many thanks!

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

    (@davidfcarr)

    You can use the WordPress Customize utility to override these defaults:

    #rsvpform {
    background: #FFF;
    font: 12px Georgia, “Times New Roman”, Times, serif;
    color: #111;
    border:none;
    }

    I may / probably will drop the font specification from the next release. Not sure why I thought it was necessary in the first place.

    Plugin Author davidfcarr

    (@davidfcarr)

    Am I correct that you were asking about the fonts used within the form?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Font style’ is closed to new replies.