Change color of title and subtitle in the story map?

614
3
01-09-2014 03:43 AM
AdamOlson
Occasional Contributor
I have tried for hours to change the color of the title and the subtitle in the index.html file and I just can't seem to get it to work. 

Is it possible?
0 Kudos
3 Replies
GregoryL_Azou
Occasional Contributor III
Hi,
Sorry to hear, it is possible. Which exact template are you using? see http://storymaps.esri.com/templategallery/
0 Kudos
AdamOlson
Occasional Contributor
Storytelling Map Tour Template
0 Kudos
GregoryL_Azou
Occasional Contributor III
Add the following after <body class="claro">

<style>
 #header .title {
  color: #FF0000;
 }
 #header .subtitle {
  color: #FF0000;
 }
</style>
0 Kudos