Level 1
Level 2
Bei der Community anmelden
Weitere Informationen
Melden Sie sich an, um alle Badges zu sehen
Leiste mit Community-Erfolgen erweitern.
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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!
Gelöst! Gehe zu Lösung.
@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; }
Lösung in ursprünglichem Beitrag anzeigen
Zugriffe
Likes
Antworten