更改显示标题的字体颜色

时间:2013-10-29 16:15:07

标签: css fonts colors displaytag

我有这个显示列标记

<display:column property="geoRegion" sortProperty="geo_region" title="Geographical Region" sortable="true">

可排序链接显示为蓝色,与我的页面不相符。我该如何更改此字体的颜色?

1 个答案:

答案 0 :(得分:1)

只需在CSS中设置

即可
a {
   color:#000; /*value of the color that you want*/
}

您可以将a标记作为更具体的补充。取决于它如何呈现html,你可以放置一些像#table tr td a