Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Created March 17, 2022 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/c973ffb28a0bc382ee1d290500ccd4f7 to your computer and use it in GitHub Desktop.
Save kimcoleman/c973ffb28a0bc382ee1d290500ccd4f7 to your computer and use it in GitHub Desktop.
Customizing font sizes for headings in Memberlite
h1,
h2,
.h1,
.h2 {
font-size: 3.2rem;
line-height: 4.4rem;
}
.entry-content h1,
.entry-content .h1 {
font-size: 4.7rem;
line-height: 7.5rem;
}
h3,
.h3 {
font-size: 2.3rem;
line-height: 3.7rem;
}
h4,
.h4 {
font-size: 2.1rem;
line-height: 3.4rem;
}
h5,
h6,
.h5,
.h6 {
line-height: 2.9rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment