PennController for IBEX › Forums › Support › resize Media Recorder Elements › Reply To: resize Media Recorder Elements
January 19, 2021 at 7:42 pm
#6534
Jeremy
Keymaster
Hi,
You can upload a file named global_z.css in your Aesthetics (css_includes) folder with the following code:
.PennController-MediaRecorder button { font-size: 1.5em; }
Unfortunately the ‘recording’ label does not have its own class name, but this should be specific enough to target it (add this to global_z.css too):
body > div:last-child { font-size: 0.75em; }
Jeremy