Title: Removing the Drop Cap
Last modified: March 5, 2018

---

# Removing the Drop Cap

 *  Resolved [bhuveh](https://wordpress.org/support/users/bhuveh/)
 * (@bhuveh)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/removing-the-drop-cap/)
 * Hi!
 * How can I remove the drop cap from the post content?
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/removing-the-drop-cap/#post-10040103)
 * Hello [@bhuveh](https://wordpress.org/support/users/bhuveh/),
 * Hope you are having a great day and thanks for contacting us!
 * Please go to WP Admin > Appearance > Customize > Additional CSS and inside that
   box, add the following code:
 *     ```
       .entry-singular .entry-content p:first-child:first-letter {
           font-size: 16px;
           line-height: 16px;
           float: none;
           padding-right: 0px;
           padding-left: 0px;
       }
       ```
   
 * ​Try it and let me know how it worked.
    Kind regards, Diego
 *  Thread Starter [bhuveh](https://wordpress.org/support/users/bhuveh/)
 * (@bhuveh)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/removing-the-drop-cap/#post-10049693)
 * Hi Diego!
 * It worked! Thank you!
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/removing-the-drop-cap/#post-10051002)
 * You’re welcome! Glad to help.
    Please, let me know if you need any further assistance.
 * Kind regards,
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing the Drop Cap’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/elara/1.7/screenshot.jpg)
 * Elara
 * [Support Threads](https://wordpress.org/support/theme/elara/)
 * [Active Topics](https://wordpress.org/support/theme/elara/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/elara/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/elara/reviews/)

## Tags

 * [drop cap](https://wordpress.org/support/topic-tag/drop-cap/)

 * 3 replies
 * 2 participants
 * Last reply from: [corewpress](https://wordpress.org/support/users/corewpress/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/removing-the-drop-cap/#post-10051002)
 * Status: resolved