Hi Guys,
I'm, very, very new to CSS so go easy on me! I'm currently using the ChaoticSoul template, which without CSS editing will only display my blog title in lowercase - imagespike.
I would like to have my heading read - ImageSpike, after trying the following CSS code:
<head>
<title><title>
<style type="text/css">
h1:first-letter { text-transform: capitalize; }
</style>
</head>
<body>
I can get the title to Imagespike but i'm unsure what code i shoud be using to get capital S.
Any help would be greatly appreciated!