Shape 5

Joomla Templates => Curb Appeal - Club => : webconcept March 25, 2018, 01:24:18 PM



: telephone number not showing on Ipad's
: webconcept March 25, 2018, 01:24:18 PM
It's seems that the font color of the telephone number (@ right side main menu) changes on Ipad's and renders it invisible.

The telephone number is selectable and therefor still available, just invisible.

This also happens with the demo version of Curb Appeal on the Shape5 site.

Is there a place where I can change the font color for this specific situation?

Thanks for your assistance!

Regards.
Marco


: Re: telephone number not showing on Ipad's
: mikek March 26, 2018, 07:59:39 AM
Hello,

This an issue with iOS, tries to override phone numbers. Try adding the following to custom.css. You'll need to clear Safari cache after the update:

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}


: Re: telephone number not showing on Ipad's
: webconcept March 26, 2018, 11:07:39 AM
Hi Mike,

Thanks!

Works like a charm!

Best regards,
Marco