Feature Hyperlink Color
Hi all, does anybody know how to (or if it's possible to) change the color of a feature hyperlink URL? That way, in the sidebar, you could see that a hyperlink was present because it was, as an example, blue. Thanks for any help!
0
-
I bet that you can set this with custom styling. There is a lot of style cascading in the HTML5 viewer though, so if you are taking a while and have a web dev handy I'd see about making them do it! 0 -
Give this a try:
/* Feature Details Hyperlinks Color - 05/08/2015 */
a.list-menu-item span.list-menu-name {
color: #1B7DBF;
text-decoration: underline;
}
Rick0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer