CSS color for phone and email links

Hello,

My apologoes for such a simple CSS question, but how can i change the color of these links in the topbar?
I can’t seem to find a CSS that works, once i changed them to links.

Thanks for any help.
Jiustin

Hi Jiustin,

Thank you for reaching out to us. To change the Topbar links color, just add the following code in the Theme Options > CSS:

.x-topbar .p-info a {
    color: #fff !important;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you so much!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.