How can I remove the link to see the maps on google.com from the info bubble, and in the node layout.

and include a "read more" link to the bottom of the info bubble.

CommentFileSizeAuthor
#2 Picture 33.png13.29 KBMadapple
#2 Picture 34.png12.65 KBMadapple

Comments

Madapple’s picture

I have used the seemap module - and it works fine depending on how i loaded the view...
and i found the readmore... just have to figure out how to style that so its easier to see.

Madapple’s picture

StatusFileSize
new12.65 KB
new13.29 KB

more to the point - i want to remove the "See Map: Google Maps" from the node and the popup... see attached.

taggartj’s picture

CSS FIX :

the quick way is to didable it in css

in you theme styles.css (or whatever) make a new css rule:

.map-link{
display:none;
}

podarok’s picture

Status: Active » Closed (won't fix)

release unsupported
feel free to open issue against latest 7.x dev