Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CSS Walkthrough (2023-02-14 09_32 GMT-6).mp4

  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.