Text colour on iPhone blue instead of black

Hello,

The colour of the text in the top bar of the header is displaying as blue on iOS and black (as intended) on all other desktop browsers. I don’t know how to investigate as this is only happening on my iPhone.

Tested this on Safari and Chrome on MacOS plus Edge and Chrome on Win10.

Thanks, Bill.

The site is https://csdev.space

Mobile (blue text instead of black)

Desktop (Correct black text)

)

Hey Bill,

Please add this code to the Element CSS of the text element that contains the phone numbers:


$el.x-text .tel span a {
    color: #000000;
}

Hope this helps.

Perfect thanks.

You’re welcome, Bill.

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