Closed clsty closed 9 months ago
I've solved this by customing CSS in assets/css/custom/custom.css
:
.md--h-sans > h2 { text-transform: none; }
.section > h2 { text-transform: none; }
.md--footer > h2 { text-transform: none; }
.nav-main__link { text-transform: none; }
Hi, I've noticed that all
h2
elements becomes all upper case, and I personally don't want that.Could you please tell me how to disable this behavior? Thanks in advance.