Is it possible to change the logo background in the AGOL Web App Builder Launchpad theme?

3230
1
Jump to solution
06-02-2016 02:25 AM
DanielHall_Ballester
New Contributor III

I'm a big fan of the style and layout options available in the Launchpad theme when using webapp builder.  When using the "blue" theme (the one with circular icons rather than square icons), you have the option of adding your company logo to the map.  The default logo is the one below.

When I add my own logo, that blue background remains inside the circle.  Regardless of how big or small I make the file I am uploading.  If I give my company logo a white background, AGOL resizes it to a square inside the blue circle.

Is it possible to change this background to just be white?

Thanks

Dan

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  Sure just add this css rule to the [install dir]\server\apps\[app#]\themes\LaunchpadTheme\styles\default\style.css

.claro .jimu-widget-header .logo {

   background-color: #3b8fc4;

}

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  Sure just add this css rule to the [install dir]\server\apps\[app#]\themes\LaunchpadTheme\styles\default\style.css

.claro .jimu-widget-header .logo {

   background-color: #3b8fc4;

}