There is an iframe, opened in fancybox window.
The content of the iframe is external.
Is there a way to access this content and to change the style of one of the elements?
There is an iframe, opened in fancybox window. The content of the iframe is
Share
If the iFrame is on another domain you can’t access it in any way due to browser restriction. This is called same origin policy.
One thing that can get around it is the greasmonkey extension for firefox (this has no actual utility, it’s just to let you know this fact if you are interested)