Skip to content

Instantly share code, notes, and snippets.

@oevans
Last active April 30, 2018 21:10
Show Gist options
  • Save oevans/5568595 to your computer and use it in GitHub Desktop.
Save oevans/5568595 to your computer and use it in GitHub Desktop.
To round the corners on the banner image of 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 after/below th…
<div style="width: 960px;
height: 470px;
background: url(http://downloads2.esri.com/agol/org/samples/graphics/esri-q.jpg);
-webkit-border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-o-border-radius:0 0 10px 10px;
border-radius:0 0 10px 10px">
</div>
/*
To change the link and hover font colors on the ArcGIS Online 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 after/below the existing code
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment