I have purchased the custom CSS option, but I can't figure out how to remove the drop caps on body text. I assume this is the code that's doing it (line 743):
.entry-content > p:first-child:first-line {
letter-spacing: .05em;
font-variant: none;
}
.format-standard .entry-content > p:first-child:first-letter,
.page .entry-content > p:first-child:first-letter {
color: #000;
float: left;
font-size: 70.3px;
font-size: 7.03rem;
line-height: 43px;
margin: 9px 5px 0 0;
but I've tried removing it entirely, removing bits a pieces of it...no change. Anything I can do?
The blog I need help with is woodsongstudioblog.wordpress.com.