Customize the link color of the account name

I’m having an issue where the link color of the customer name in the account drop down is white, so can’t be seen. I’m trying to find a way to change just the color of this hyperlink so it doesn’t effect the rest of the design.

I think I would need to just add a custom css code to reference that specific link in the dropdown div but unsure what to reference to target the #khub link only.

Any help would be so appreciated!

https://www.poshpuppyboutique.com/

Hello @Kristastic ,

You can assign css to it like this:

a[href="#k-hub"]{
    color:#000000;
}

Regards
Guleria