How i implement css in iframe my url is from cross-domain please help me how to do that.
Please check my code:-
<iframe allowtransparency="true" frameborder="0" height="1200"
id="cpatsframe" scrolling="no" src="https://Ghost.Org/jobs?
aggregator_id=180015&embed=1" style="position: relative;
overflow: hidden; height: 2909px;" width="100%">Sorry, iframes are not
supported.</iframe>
<script>
$("#myframe").contents().find(".myclass").css('background', 'red');
</script>
But this is not working Please tell me how i fix that or work it. Thanks alot In advance