Can the text color for a feature hyperlink be changed?
Is it possible to change in-line feature hyperlink text color to a hex or rgb value, rather than settle for the default of black text? I would like to have hyperlink text stand out from the details text.
Thanks
0
-
I was able to add the following to the sites CSS:
.feature-hyperlinks-provider a{
color: blue;
}0 -
That worked like a charm. Thanks, Dan! 0
Please sign in to leave a comment.
Comments
2 comments