Ability to select a local CSS stylesheet

I'm embedding iframe links to activites hosted on h5p.org.

I would like to be able to style the content within the iframe to match the surrounding content. I can style the iFrame itself, but not the contents within because the content references H5P CSS files. I can't even override the H5P CSS using !important attributes on my own CSS.

My feature request is to allow a CSS upload that can style the content. If I could use a .h5p file on my local website, that would be even better because then I'd have full control of styling.

Summary: 
Allow a CSS upload that can style embedded iframe content
0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network
BV52's picture

Hi markb,

What are you using to create your website? I'm asking this because if you are using Drupal, Wordpress or Moodle you can actually use a PHP hook to add your own CSS-file to the content type. You can read more about it here.

-BV52