on the ipad ( and not the screenfly ) phone numbers are recognised and rapped in 'a' tags. this means in your CSS you need to cover this child class of your current class too.
ie
.phonenumber {
color: #fff;
}
should be
.phonenumber, .phonenumber a {
color: #fff;
}
No comments:
Post a Comment