After numerous attempts, I still can't seem to hide the address bar on this Google Maps iFrame. Can anyone provide a solution or workaround for this issue? https://i.sstatic.net/x0pl9.png
I have tried using display:none;
in our CSS, which successfully hides the address bar when I directly manipulate it in the browser's inspector. However, adding it to our style sheet has no effect.
<iframe src="https://www.google.com/maps/d/embed?mid=1bJn0zvKIJibY51hlco4ZbOBGek4" width="640" height="480"></iframe>
https://i.sstatic.net/5U8P2.png Even though I'm able to make changes to the class here that result in hiding the address bar, reflecting those changes in our style sheet proves to be unsuccessful.
Just as an additional note, we are working on a WordPress site.