RTE - Default Typography and Text Color | Adobe Higher Education
Skip to main content
Level 4
April 6, 2021
Respondido

RTE - Default Typography and Text Color

  • April 6, 2021
  • 1 resposta
  • 823 Visualizações

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!

Este tópico foi fechado para respostas.
Melhor resposta por Anudeep_Garnepudi

@santhoshsrg 

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; }

 

1 Resposta

Anudeep_Garnepudi
Community Advisor
Community Advisor
April 7, 2021

@santhoshsrg 

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; }

 

AG