David Stockdale's Scrapcode

Uncapitalize Headers

If you want to disable headers being capitalized automatically heres some simple CSS.

h1,
h2,
h3,
h4
{
	text-transform:capitalize!important;
}

Leave a Reply