I have been trying to do this for a while with no result, can anyone tell me a way to hide the address bar on a this google maps iFrame?
I have tried to hide it in our css using display:none;
and this works when I inspect the element and change it there but whenever I add it into our css it just isn't having it!
<iframe src="https://www.google.com/maps/d/embed?mid=1bJn0zvKIJibY51hlco4ZbOBGek4" width="640" height="480"></iframe>
this is the class for it, and when I change this here it works and no address bar is there but changing it in our style sheet wont change it.
we are using wordpress if thats and consolation.