Dear Team,
Back in 2017, I added the following CSS in my child theme to display drop caps for single posts only:
/*Add drop cap in all posts*/
.single-post div.entry-content > p:first-child:first-letter {
float:left !important;
font-size:4em !important;
color: #49A896 !important;
margin-right:0.10em !important;
margin-top:0.0em !important;
line-height:90% !important;
text-shadow: none !important;
}
The thing is, this piece of code does not seem to work anymore. Maybe some naming changes occurred since then? Would you be able to help?
I am using Renew, updated to the very last version of 3rd March 2020
Thanks a lot in advance!
David