How to remove ESRI logo from Map in Dashboard themes

952
2
Jump to solution
08-08-2019 06:32 PM
RodWoodfordOld
Occasional Contributor III

Hi

I'm currently using WABD v2.12 and can't seem to figure out how to remove the ESRI logo from the dashboard theme map. I can do this for other themes. Any advice would be useful.

cheers

Rod

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Rod,

Adding this css rule to the themes common.css file works fine for me:

.map .logo-med {
  visibility: hidden;
}

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Rod,

Adding this css rule to the themes common.css file works fine for me:

.map .logo-med {
  visibility: hidden;
}
RodWoodfordOld
Occasional Contributor III

thanks Robert

0 Kudos