x

How to change phone number color on mobile

Hello,

I am using the #7c95ab color as my theme for my website: www.atoley.com.  On my home page under Contact Us, I am using that blue background with white text.  However, when viewed on the mobile version, the phone number font color changes to the same blue color, thus my customers cannot see my phone numbers via mobile.

Can someone please help direct me on how to change the phone number text color on the mobile version of my website?

Than you,

Blake

3,168 Views
Message 1 of 8
Report
7 REPLIES 7
Square

Are you still having trouble with that, @Infinity08? When I check your home page the phone number still uses white on mobile for me.

3,156 Views
Message 9 of 8
Report

Hi @Adam. Yes I still have the issue. It may only ocurr after you select the phone number to call the business. 

3,135 Views
Message 9 of 8
Report
Square

Ok, seems like something odd with mobile safari. Try adding this to Settings > SEO > Header Code and re-publishing:

<style>
	@media screen and (max-width: 767px)
	a:hover, .wsite-com-link:hover .wsite-com-link-text {
	    color: #fff;
	}
</style>
3,129 Views
Message 9 of 8
Report

Hey @Adam

Sorry for the supler long delay.  I applied your code in the header of the SEO Setting section and I did not see any change in Safari.  However, the text is white in Chrome.

Thank you,

Blake

3,060 Views
Message 9 of 8
Report
Square

Ok, try this version of the code instead:

<style>
	@media screen and (max-width: 767px)
	a:hover, .wsite-com-link:hover .wsite-com-link-text {
	    color: #fff !important;
	}
</style>
3,057 Views
Message 9 of 8
Report

Perfect! Thanks for this little tweak. I was having the same issue on mobile iOS Safari with it turning phone numbers into white-on-white text. This bit of code (and swithing the #fff for my blue #20428a worked perfectly.

I really appreciate the discussion saving me more frustration! Smiley Happy

2,885 Views
Message 9 of 8
Report
Square

Thanks for letting us know, @Lycos. Adam is super helpful! Smiley Happy

2,882 Views
Message 9 of 8
Report