Hi Peeter,

Use optionsplit in Typoscript if you know which item has a different color, 
e.g. 
like this:

        NO.10 = TEXT
        NO.10.fontColor = #660000 || #000000 |*| #660000

This would make the second item black, the others red. See tsref for details.

If you don't know beforehand at what position in the menu the special colored 
item should appear you can use a color property which you set in an unused 
field 
of the page properties (or better, create a new field for this purpose).
TS would then be  ....
        fontColor.field = myMenuColorFieldName
        ## And provide a default value:
        fontColor.ifEmpty = #660000

Hth,
Loek


Peeter Rahuvarm wrote:
> Hello,
> 
> My artist wants one GMENU link's text to appear in a different color (no 
> matter if active or not). How is it possible to give custom parameter 
> for one menu item or can it be loaded from tsconfig of that page?
> 
> Thanks,
> 
> Peeter
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to