Hi everyone,
I’ve been trying to implement drop caps on all of my posts on my website https://www.mobtownmag.com/. However, whenever I use the following code, which I found on this forum, the drop caps only work on my featured posts. I’m not sure if it’s my theme or what, but I didn’t have this problem with other themes. Is there any way to possible alter the following code to override any settings that may be preventing the drop caps from showing on non-featured posts? I’d appreciate the help. Thanks!
<style>
.post p:first-child:first-letter {
color: #900;
float: left;
font-family: Georgia;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
</style>