Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

Forced capitalization is handled by the class is-uppercase

<h1 class="title is-size-1 is-uppercase">Get Started!</h1> = GET STARTED!

If you don't want it, you can simply remove it

<h1 class="title is-size-1">Get Started!</h1> = Get started!

Maybe you could also try using html entities to force the browser to use them? http://lilith.fisica.ufmg.br/~wag/TRANSF/codehtml.html

(+1)

Thanks Alain!

So helpful! I've successfully solved the issue and submitted my entry in its all glory!
Cheers!
Uygar