0

I have an iframe I am working with, when I place it on my wp site and try to apply the css it is not applying, the external css is still there. Please see this page: http://gandlp.com/radio/code-player-test/

If you inspect it and go the .cover class, I am trying to change the width and height to 65px. However it is not applying. I put this in my theme css:

.cover-overlay, .cover {
width: 65px !important;  
}

Help!

<link type="text/css" rel="Stylesheet" href="http://gandlp.com/radio?sccss=1&ver=4.3" />

<iframe name="frame" frameborder='no' scrolling='no' src='http://radio.securenetsystems.net/songdata/v5/index.cfm?stationCallSign=CIDC&width=573' allowtransparency='true' style='width:573px;height:250px;margin-top:10px;overflow-y:auto;overflow-x:hidden;border:1px solid #676767;'></iframe>

<script type="text/javascript"> 
var cssLink = document.createElement("link") 
cssLink.href = "http://gandlp.com/radio?sccss=1&ver=4.3"; 
cssLink .rel = "stylesheet"; 
cssLink .type = "text/css"; 
frames['frame'].document.body.appendChild(cssLink);
</script>
John B.
  • 131
  • 1
  • 4
  • 12

0 Answers0