Community Events – Font + Spelling

Home Forums Calendar Products Community Events Community Events – Font + Spelling

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1042607
    CDC
    Participant

    For the community events page (‘Submit An Event’), is it possible to change the font of the form as well as the spelling of certain words to UK English (e.g. Organizer to Organiser).

    For our website, we have implemented some coding so that fonts are from the Century Gothic family by default (as set by H1, H2 etc.) For the event submission page, some of the font is displayed in Century Gothic, in according with our website design and coding, but some of the text shows up in Arial – do we need to override something somewhere to make the whole form’s font consistent?

    Thanks!

    #1043113
    Geoff
    Member

    Hello @CDC,

    Yes, that’s totally possible! You will want to locate the CSS classes for the elements where you would like to use your font (great article here on how to do that), then add your font styles to those elements in your theme’s style.css file or by using a plugin like Simple Custom CSS.

    That would look something like:

    .my-element {
    font: "Century Gothic";
    }

    The spelling is possible as well. In fact, we have a nice write-up on that as well.

    Will this help you get started? Please let me know. 🙂

    Cheers!
    Geoff

    #1076282
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Community Events – Font + Spelling’ is closed to new replies.