Now I have one more question.
How must the code be, if I would like to change this for several styles?
I've tried it so.
PHP Code:
If ((THIS_SCRIPT === 'arcade' OR strpos ($ _ SERVER ['REQUEST_URI'], 'arcade')) AND STYLEID == 10,11)
{
$ Template_hook ['headinclude_css']. = '<Style> .old1 legend {color: #FFFFFF! Important;} </ style>';
}
But unfortunately this does not work. Get a error message.
Many Thanks.