Hi,
I think i made this work now with some changes:
/templates/ja_beauty/css/template.css
#t4-header-2 .t4-topbar ul .list-inline-item {
margin-right: 36px;
color: #FFF !important; (added this whole line)
.text-primary {
color: #FFF !important; (added !important)
}
And in media/t4/css/18.css:
.text-primary {
color: #030303; (Removed !important)
}
I hope this will stay when i enter the backend template and wont overwrite... (thats why i made a backup)
Maybe you have a more permanent sollution?
Dragos