Hi,
This is relating to https://www.softwashsolutions.ie and specifically the third widget titled ‘Find Us’.
I wish to make the two phone numbers clickable but by doing so, the hover effect causes them to change colour to the blue of the background, as per CSS used to change widget links on the second ‘Navigation’ widget. I am unsure how to create a new line of CSS that specifically targets only the phone numbers.
The code I am using is;
footer.x-colophon.top .widget a:hover {
color:#4878b7;
}
Can you let me know how I can either tell the phone numbers to ignore this CSS, or to make the hover effect on them keep the text white.
Many thanks
Mark