Visual-FX Webdesign Weinfelden
Visual-FX Webdesign GmbH
Leueweg 10
CH-8570 Weinfelden

Büro | +41 71 622 03 06
Mobile | +41 79 600 23 52
info@visual-fx.ch
Visual-FX » Service » Snippes » RTE Textstil ändern

RTE Textstil ändern

Um die Beschriftung Textstil im RTE zu ändern einfach folgendes Schnipsel in das TSconfig der Rootseite einfügen:

Typoscript:

RTE.classes {
detail.name = grün
name-of-person.name = blau
important.name = rot
}

CSS Anweisungen:

.detail {color: #00FF00;}
.name-of-person {color: #0000FF;}
.important {color: #FF0000;}