I want to hide the logo from the iframe link. Is that possible?
iframe {
border: 1px solid;
}
<iframe id="contentFrame" src="xyz.com/dashboard" style="width: 100%; height: 677px" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>