Hi there
I’m trying to change the colour and hover colour of my mailto and tel links in my footer and for some reason my CSS code isn’t working.
Here’s the HTML (assigned the links the class “mailtel”)
<p>30 Mullholland Drive</p>
<p>Example</p>
<p>Birmingham, B73 3RS</p>
<p>Email: <a href="mailto:info@dwanedigital.co.uk" class="mailtel">info@example.co.uk</a></p>
<p>Phone: <a href="tel:07983133835" class="mailtel"> 999999999 </a></p>
and here’s the CSS
.mailtel a {
color: #b0b0b0 !important;
}
.mailtel a:hover {
color: #ffffff !important;
}
It looks like i’ve done everything right but got no idea why it isn’t working.
Page url - https://www.dwanedigital.co.uk