Can't change the editor CSS style
Submitted by alegoffa on Sat, 10/26/2019 - 12:46
Forums:
Hi everyone,
I want to modify the editor style to match my colors and font. I'm using Wordpress and I'm not a developer. So far I have:
- Created a php file and uploaded it to /wp-content/plugins/ to install the plugin h5pmods.
- Created the following CSS:
<code>html.h5p-iframe .h5p-content {
font-size: 20px; /* size of the font used in H5P content */
color: #5a5a5a; /* color of the H5P content */
}</code>
and uploaded it to /wp-content/uploads/h5p/
Nothing has happened to my already created and embeded content. Can someone guide me? Any help would be appreciated.