Change backround on h5p-content
Submitted by Damian0666 on Wed, 08/04/2021 - 07:59
Forums:
Hi!!! im trying to change the color of the backround from white to black, i tried using the style sheet of wordpress and changing the code of the pluging in styles>h5p.css It worked in pc but doesn't on mobile. Please help!!!
.h5p-content {
position: relative;
background: #000000;
border: 1px solid #EEE;
border-bottom: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
}