Story Map Shortlist Beta Map Icon Label Color?

585
1
Jump to solution
03-01-2018 04:18 PM
ThomasJansen
New Contributor II

How do you edit the color of the labels of the map icons in the shortlist beta story map?  I have downloaded the code and made many css changes to other elements of the application but cannot locate where the application is making the map labels white.  My map icons need to be bright yellow so I'm looking for a black label.  Any help is appreciated.  See Screenshot.  

0 Kudos
1 Solution

Accepted Solutions
ThomasJansen
New Contributor II

Found the answer.  In the viewer.min.js file change the o.fillStyle="white" to o.fillStyle="black" for the u=t.attributes.PLACENUMSL?t.attributes.PLACENUMSL:t.attributes.number variable.

View solution in original post

0 Kudos
1 Reply
ThomasJansen
New Contributor II

Found the answer.  In the viewer.min.js file change the o.fillStyle="white" to o.fillStyle="black" for the u=t.attributes.PLACENUMSL?t.attributes.PLACENUMSL:t.attributes.number variable.

0 Kudos