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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Picture 33.png | 13.29 KB | Madapple |
| #2 | Picture 34.png | 12.65 KB | Madapple |
Comments
Comment #1
Madapple commentedI 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.
Comment #2
Madapple commentedmore to the point - i want to remove the "See Map: Google Maps" from the node and the popup... see attached.
Comment #3
taggartj commentedCSS 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;
}
Comment #4
podarokrelease unsupported
feel free to open issue against latest 7.x dev