Respondido
RTE - Default Typography and Text Color
Hi Everyone,
By default RTE Default typography is set to "Paragraph" and text color to "Black". Is it possible to change Default Typography and Text color?
Thanks in advance!
Hi Everyone,
By default RTE Default typography is set to "Paragraph" and text color to "Black". Is it possible to change Default Typography and Text color?
Thanks in advance!
add externalStyleSheets property to RTE node and give css file path as value. Write css targeting cq-dialog class.
Ex:
.cq-dialog .coral-RichText-editable * {
color: red;
}

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.