Drop Case in Esquire
-
Is there any way to remove the drop case circle in the Esquire theme?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
To remove the drop case circle from the first letter of posts in the Esquire theme, add this to your Appearance → Custom Design → CSS editor:
.text .content > p:first-child::first-letter { background: none; color: black; display: inline; float: none; padding: 0 !important; margin: 0; font-size: inherit; }
- The topic ‘Drop Case in Esquire’ is closed to new replies.