/
How to Create Custom Email CSS

How to Create Custom Email CSS

Note: Admin user role needed to perform this function.

  1. Log into a PlayerFirst website.

  2. Click Site Settings > Site Settings on the left nav.

  3. Click Design on the top navigation.

  4. In the Custom Email CSS section, paste your desired CSS.
    Example CSS for turning email font to Roboto.
    .email-template *:not(.fa) {
      font-family: 'Roboto', sans-serif !important;
    }

    .email-template,
    .email-template p {
      font-size: 16px;
    }

  5. Click Save Settings.

  6. Compose your email.

Related content

How to Send Player Evaluations
How to Send Player Evaluations
Read with this
How to Customize a Message Template
How to Customize a Message Template
More like this
How to Create a Message Template
How to Create a Message Template
More like this
How to Update Email Preferences
How to Update Email Preferences
More like this
How to Send a Message Using a Pre-Made Template
How to Send a Message Using a Pre-Made Template
More like this
How to Create a New Email
How to Create a New Email
More like this