Archived topic
Link colour in heading (phone number)
3 replies · Started by Rob on December 30, 2020
Viewing posts 1–4 of 4
I have added a phone number in the heading. When viewed on mobile the phone number is displayed in white as it automaticly becomes a link.
How can I keep this in the blue colour it didpays on the dektop version?
The website link is http://www.wownetwork.co.uk
thank you
Hi there,
mobile phones will convert what i thinks is a telephone number into a Link.
So you can add a little CSS to set the link color like so:
.header-widget #text-4 h2 a {
color: #4dbcc8;
}
perfect thank you!
You're welcome
This archived topic is closed to new replies.