Changing the Color of Hyperlinks and Visited Hyperlinks
You can change hyperlink color by editing the Non-Navigation Styles section of the global.css file. This table shows how to edit the file to change the default color to red.
Table 82. Changing the Color of Hyperlinks and Visited Hyperlinks
Black Hyperlinks and Visited Hyperlinks | Red Hyperlinks and Visited Hyperlinks |
---|
a:link, a:visited { color: #000000; } | .content table.content { background: #ff0000; } |