Thanks for the information. Actually that works to display the content, but not the link-color. Any advice?
PS: Meanwhile I disabled the code in the css, which works but I have no idea if that is feasable…
.yz-account-header ul li a {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
// color: #fff !important;
color: #fff;
}