How to customize rich text editor plugin?

Hello,

How can I customize the rich text editor plugin even if it involves some coding?

I want to change the default font to montserrat and increase font size.

Thanks for the advice!

1 Like

hopping on the train to see how to do this! As far as I know, you’d have to embed CSS into the element and save that with every piece of text.

So set the initial value of the element to a data option set that has your default CSS in it. I have no idea if that’ll work.

1 Like

Solved it

Just look for the class by using inspect
and adding an html widget and putting this code below

image

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.