Yes I solved it.. Thought it was a plugin problem, but it had to do with my child theme and the custom css.
I detected it by changing my theme to the default wp theme first..
What made the problem was so simple, that it didn’t occur to me.
I had this css:
a, a:link {
color:#FFF !important;
}
If this isn’t your problem, try to deactivate all plugins, and activate them again one by one to see if one of them make a conflict…