Skip to content

Instantly share code, notes, and snippets.

@nicksimard
Created July 19, 2017 17:47
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nicksimard/a8e54f93603c1ab7a746922f654ee39f to your computer and use it in GitHub Desktop.
CSS used to get the dropcap working on the Elementor blog post template excerpt (video here: https://youtu.be/RqFzm2w-3Yk)
.drop p:first-child:first-letter {
color: #23a455;
float: left;
font-family: Georgia;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment