Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  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.

  • No labels