How Do I Create a Drop Cap in WordPress?

Creating a drop cap in WordPress is a fairly simple process. First, create a new style in your WordPress theme’s style.

css file. Then, add the following line to your style.css file:.dropcap { font-size: 1.5em; }

Now, you’ll need to create a new file called head.php and add the following code to it:


Finally, you’ll need to add the following line to your header.php file:


And that’s all there is to it! You now have a drop cap in your WordPress theme.