Javascript 更改socialstatistics小部件上的链接颜色

Javascript 更改socialstatistics小部件上的链接颜色,javascript,google-plus,Javascript,Google Plus,我已经在我的Tumblr博客上实现了这个小部件,并试图更改小部件中的链接蓝色,但到目前为止运气不佳。这是他们促进的代码: 链接至博客: 尝试插入类似的内容 .socialstatistics-widget a { color:#FF0000 !important; } 在CSS文件或样式标记中,其中FF0000是自定义颜色 #socialstatisticswidget a:link, .socialstatisticswidgetrow a:link, #socialstatisticsw

我已经在我的Tumblr博客上实现了这个小部件,并试图更改小部件中的链接蓝色,但到目前为止运气不佳。这是他们促进的代码:

链接至博客:


尝试插入类似的内容

.socialstatistics-widget a {
 color:#FF0000 !important;
}
在CSS文件或样式标记中,其中FF0000是自定义颜色

#socialstatisticswidget a:link, .socialstatisticswidgetrow a:link, #socialstatisticswidget a:visited, .socialstatisticswidgetrow a:visited, #socialstatisticswidget a:active, .socialstatisticswidgetrow a:active {
    color: #FF0000 !important;
}

这个应该有用。我在小部件中找到了它,你应该在你的文件中重写这个css。

不,已经尝试过了,运气不好。这里有一个链接,以防它更好地帮助您:
#socialstatisticswidget a:link, .socialstatisticswidgetrow a:link, #socialstatisticswidget a:visited, .socialstatisticswidgetrow a:visited, #socialstatisticswidget a:active, .socialstatisticswidgetrow a:active {
    color: #FF0000 !important;
}