I'm trying to hide element inside Iframe from different website. This is the embed code for Iframe
<iframe width="853" height="480" src="https://my.matterport.com/show/?m=NtQzb5gDVTp" frameborder="0" allowfullscreen allow="vr"></iframe>
I want to hide the top bar at the top. I'm trying to use this css:
#model-title .title-row {
height: 50px;
}
I tried from my browser developer mode and it works. My question is: How I can Include this css code in my page to hide this element and make it savable