I got it working.
.social_header .phone-info a {
color: #FFF;
}
That didn’t work, but I was able to figure it out. Here’s what I used
‘
.social_header .phone-info {
color:#fff;
}
‘
However, I haven’t been able to figure out how to change an e-mail link or hyperlink to white as well in that same text area. I’m building up my list of feature request to submit as I’m using it.