Please can you tell me what skin you using and the exact problem - maybe a picture will help
It's with every skin
without a skin, In the menu where you can choose view all media, view movies, view pictures and set the kind of 3D, the selected items are bleu, and the rest is white. (See attachments)
When you install a skin all items are white
Sorry but this was partly my mistake as I expect I did not test this 100%. We made some changes mid 2014 to the code that reads xml file in the skin as we wanted the select text colour to be user configurable via a new node we added into the xml. Our engineers mistake was that he did not leave the default colour if the node was missing from the X3_GUI.xml and it reverted to white. I will report this. For now you can just add the node to the skin xml and do a 'Set to Skin'. Also the colour can be customized to suit individual needs by changing the RGB values in the node 'SelectText'
example xml
<?xml version="1.0" encoding="utf-8"?>
<details>
<movie isExtra="false" isSet="false" isTV="false">
<title></title>
<rating>100</rating>
<plot>Press the 'Menu' button and select the 'Set to Skin' option</plot>
<runtime>0</runtime>
<genres>
<genre index="Genres_Drama_1">MED1000X3D Skin Pack</genre>
</genres>
<cast>
<actor>MED1000X3D</actor>
</cast>
</movie>
<TextColour>
<MainFolderTitle>R163;G163;B35</MainFolderTitle>
<XMLText>R62;G123;B139</XMLText>
<PlotText>R134;G134;B134</PlotText>
<ActorText>R134;G134;B134</ActorText>
<SelectText>R255;G0;B0</SelectText> </TextColour>
<HomePage>
<Favourites>x0;y0;w1280;h720 </Favourites>
<MediaLibrary>x0;y0;w1280;h720 </MediaLibrary>
<YouTube>x0;y0;w1280;h720 </YouTube>
<InternetMedia>x0;y0;w1280;h720 </InternetMedia>
<Setup>x0;y0;w1280;h720 </Setup>
</HomePage>
</details>