Hey Ones, i was on vacation … it’s a sort of work arround … this code i put in the header.php:
`<?php if ( is_page(‘NamePage) ) { ?>
<style>
#sidenav .side-menu #menu-item-500 > a {color: #773d90;}
</style>
<?php } ?>`
So this i include in the header.php <head> section and I repeat it for each page I want to be checked for. The id and class I figure out through Firebug in Firefox.
Hope it helped … I found this kind of solution in another topic but can’t seem to find the exact location now … hope this helps.