is it legal to remove the logo/terms of use link displayed on my integrated google map (google maps premier)? The problem is that when I zoom into the map, the link tends to get
This CSS works like charm. Removes Google Logo as well as terms of use.
a[href^="http://maps.google.com/maps"]{display:none !important} .gmnoprint a, .gmnoprint span { display:none; } .gmnoprint div { background:none !important; }