Dear X-Team,
Back in 2017 I added the following custom CSS on Cornerstone (I am using X 6.5.5) to capitalize the first body letter of every blog post.
.single-post div.entry-content > p:first-child:first-letter {
float:left;
font-size:4em;
color: #363030;
margin-right:0.10em;
line-height:90%;
text-shadow: none;
}
After successive X updates since then, I just noticed during maintenance that the drop cap effect does not work anymore. Are the selectors in this CSS still valid?
You can check this post, for example: https://www.2cameras1bucketlist.com/road-trip-scenic-italy/
Thank you very much in advance, I appreciate your support
Kind regards,
David


