How to add custom CSS with iframe implementation?

I want to customize my KapChat chat box styling. But, since I prefer using a single browser source in my scenes, I am attempting to add the chat box widget via an iframe, like this:
<iframe id='chatbox' src='https://nightdev.com/hosted/obschat?theme=undefined&channel=Solstice245&fade=60&bot_activity=false&prevent_clipping=false' frameborder='0' width='392' height='640'></iframe>

However, as far as I can tell, there is no documented way to add CSS like this, and I can’t inject html into the iframe directly. Is there a way?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.