Select to view content in your preferred language

Change color of title and subtitle in the story map?

864
3
01-09-2014 03:43 AM
AdamOlson
Regular 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
Deactivated User
Hi,
Sorry to hear, it is possible. Which exact template are you using? see http://storymaps.esri.com/templategallery/
0 Kudos
AdamOlson
Regular Contributor
Storytelling Map Tour Template
0 Kudos
GregoryL_Azou
Deactivated User
Add the following after <body class="claro">

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