PDA

View Full Version : How to remove "Map This"


caseserve
Dec-16-2005, 07:54 AM
I would like to remove the Map This Icon from my page, anybody know how?

John

jfriend
Dec-16-2005, 08:21 AM
I would like to remove the Map This Icon from my page, anybody know how?

JohnPut this in your CSS customization section:

/* turn map this button off */
.map_this {display:none;}

There's also a Geography setting in the customize gallery options that lets you turn mapping off features off on a per gallery basis.