I have tried everything I can think of to change this including setting text transform to lower case in the advanced styling menu and nothing works. URL is https://flowster.app/blog/page/2/
Hey Trent,
Add this to quick css:
h2.post-title.entry-title{
text-transform:normal!important;
}
Best regards,
Jordan Shannon