Versions Compared

Key

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

...

  1. Go to Website > HTML Head, click Edit

  2.  Next to Page Header HTML, paste the embed link you copied from Google.

  3. Click Save Website Header and Footer

  4. Go to RescueGroups.org and click Login, once logged in go to Website > Custom CSS

Example:

Code Block
/* Applies formatting for Heading 2*/

h2 {
margin: 0 0 15px 10px;
font-family: 'Dancing Script', serif;
font-size: 41px;
font-style: normal;
font-weight: 400;
text-decoration: none;
text-transform: none;
letter-spacing: 0.061em;
word-spacing: 0.115em;
line-height: 1.11;
}

...