Hey Groovmastas,
first of all, thank you for using Kanso!
There’s no back-end setting to turn the headings into sentence-case, since the uppercase is a part of the theme’s concept; however, you can achieve this by adding some custom code: please try inserting the following line into the “Style: Add Custom CSS” tab of the Theme Options panel:
.serif, cite, h1, h2, h3, h4, h5, h6, #content h1 a, #content h2 a, #content h3 a, #content h4 a, #header-image h1 a, #header-image h2 a, #header-image h3 a, #header-image h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { text-transform: none !Important; }
Do not forget to hit the “Save All Changes” button in the right corner to save the new settings.
Sincerely,
Andrii / Satori Studio