Hi Ryan,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
/* Topbar Text color */
.x-topbar .p-info {
color: #119e54;
}
/* Topbar Link color */
.x-topbar .p-info a{
color: #119e54;
}
/* Topbar link hover color */
.x-topbar .p-info a:hover {
color: #000000;
}
Just change the colors as needed.
If this does not work on your site for some reason, please provide your URL so we can tailor our advice.
Hope this helps – thanks!