Top Bar Phone Number

Hi,
So I’m having a problem with my top bar info. The number that I have in the top bar content that doesn’t reflect the number displayed on the site.

This is very weird.

I’m also trying to change my phone tel number link color to solid white. Right now it transparent white. And I’m also trying to make the hover color black.

I have used the following css:

.phonenumber { color: #ffffff;!important
}
.phonenumber:hover { color: #000000;!important
}

Can you tell me why it’s not working?

Can you help me short this issue out?

Thank you!

Hi There,

Your custom CSS is incorrect, please try with this custom CSS instead:

.phonenumber a {
     color: #fff !important;
}
.phonenumber a:hover {
     color: #fff !important;
}

Hope it helps :slight_smile:

Thanks, That did help.

Can you explain why the phone number that’s displayed in my top bar is not accurate? It’s different from what’s in my custom settings.

Hello @quituck,

Thanks for updating the thread.

It seems that the issue is causing because of CallRail Phone Call Tracking plugin. Please deactivate the plugin and things should get resolved.

Thanks.

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