Skip to content

Instantly share code, notes, and snippets.

@oevans
Last active December 17, 2015 06:49
Show Gist options
  • Save oevans/5568591 to your computer and use it in GitHub Desktop.
Save oevans/5568591 to your computer and use it in GitHub Desktop.
To change the font color for the featured maps' titles on your ArcGIS organization's home page: 1) Go to My Organization > Edit Settings > Home Page tab, 2) In the Banner section, choose the "HTML" radio button and click the "View HTML Source" button (the last button on the Banner box's toolbar), 3) Paste the HTML code below into the text field …
<style>
.galleryNode .galleryLabelContainer {
color: #333 !important;
}
</style>
@oxak767
Copy link

oxak767 commented Apr 2, 2015

I have changed the color of the gallery label text, set the background of this to white, and rounded the corners. Is there a way to center the newly white background of the featured map title under the map thumbnail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment