Drop Cap First Letter
Description
Add a drop cap to a group of text. This plugin uses css editor and works with all template families.
How To Install
Add a Code Block to the page you’d like your drop cap on.
Copy and paste the text below into the Code Block and enter your info accordingly.
Be sure to keep all of your text within the <p> tags.
<div class="one-drop-cap"> <p>Enter your text info here. Blah blah blah.</p> </div>
Next, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Drop Cap // .one-drop-cap p:first-of-type:first-letter { color: #000000; font-weight: 300; font-size: 80px; line-height: .97; float: left; padding: 5px 10px 0px 3px; font-family: times; }
Customize
Change the color, font weight, font size, line height, font family, and padding to your liking.