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!
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!
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.
Solved it
Just look for the class by using inspect
and adding an html widget and putting this code below
This topic was automatically closed after 70 days. New replies are no longer allowed.