我创建了一张Google地图并将其放置here。
我在Google上发布的代码是:
<iframe src="https://mapsengine.google.com/map/embed?mid=z7-P7jo5tJrQ.kuOE5OBf5hc0" width="250" height="250"></iframe>
我想要做的是删除黑色标题,地图上显示Google Maps Engine的文字和底部的页脚文字地图数据©2014 Google对于非商业用途,以便它看起来像这样:
当我右键单击inspect元素时,我可以删除它们,但代码中的行踪会添加吗?
答案 0 :(得分:0)
.ilErfe-yePe5c-haAclf {
display: none; // not work add !important
}
#map-pane div {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}