Ahoy,
I have some google code on my website. For some reason it is underlined when the mouse is not on it but when rolled over the line disappears. Do you know how I remove the underline or make the underline just appear when hovered?
Hey mcraig77,
Try adding the following to quick css:
a#number_link{
text-decoration:none!important;
}
a#number_link:hover{
text-decoration:underline!important;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
That worked! But one thing… Is there a way to make it so the number does not change colors on hover?
Hi,
Just add this property inside the a#number_link:hover
color: #1D6047;
Best regards,
John Torvik
Ahoy,
I tried this but it didnt work. I also tried with !important;
a#number_link:hover{
text-decoration:underline!important;
color: #1D6047;
}
Please Advise
Hi,
Please try to clear your cache, the number didn’t change colors for me on hover.
Best regards,
Mike
Ahoy Mike,
Your looking at the wrong phone number instance. See screenshot to still see the issue. I tried clearing the cache and other browsers and it is still changing color.