Change color Public Menu.
Go to Appearance / Styles / Templates
Add to extra.less this code :
Go to Appearance / Styles / Templates
Add to extra.less this code :
CSS:
a[data-nav-id="xfrm"]
{
color: orange;
}
a[data-nav-id="whatsNew"]
{
color: violet;
}
a[data-nav-id="forums"]
{
color: white;
}
a[data-nav-id="home"]
{
color: cyan;
}