on chrome i have noticed phone number are automatically the blue color. my background is a dark blue gray and the phone number blend into each other. is there a way to turn this off of adjust the link color?
Hey lmzucker432,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
yes, here is a screenshot https://pasteboard.co/IViHzBor.png – this is chrome on macbook pro
Hi,
I’m not seeing a phone link. Was it removed?
Best regards,
Jordan Shannon
Hi,
I’m looking at the screenshoted section, but it’s not a link.
Perhaps try this though:
p a{
color:#fff!important;
}
Best regards,
Jordan Shannon
here is the page. In chrome on mac the color occurs. the code was unsuccessful
Hi,
Try the following. Adjust the color to what you need:
.gc-cs-link{
color:#fff!important;
}
Best regards,
Jordan Shannon