We are transitioning over to a new forum platform. Please post new issues there. Existing threads will be dealt with here unless you choose to move them over. Visit the new forum
Forum
SimpleMDE text-size in textarea
Hi,
Anyone know how to resize the text size for text areas that use SimpleMDE? I'm referring not to any kind of styling, like headers, but the actual text size used within the editor itself in Perch. I'd like to boost the size to make editing easier for clients—the default size is quite small.
Thanks!
Want to reply to this thread?
Login with Perch
Hello Franz,
Add a custom css file to the control panel (here's how: https://docs.grabaperch.com/api/custom-ui/) and set
font-size
for.simplemde-wrap
:Thanks! Worked wonderfully.