嗨,我正在尝试使所有超链接站点都具有相同的颜色,而不必浏览数百页。
我一直在尝试以下方法,但没有任何乐趣。
这是我的代码:
.yoast-link-suggestion__value a:link {color:#000000; !important;}
.yoast-link-suggestion__value a:visited {color: #000000; !important; }
.yoast-link-suggestion__value a:hover {color: #000000; !important; }
.yoast-link-suggestion__value a:active {color: #000000; !important; }
答案 0 :(得分:0)
删除
Log.d("SYSTEMRUNNIGKILLI", "matandoapps");
每行。只需使用这样的标签
.yoast-link-suggestion__value
现在,所有链接都将采用这种样式。当然,只要包含此CSS文件即可。
现在,对于菜单,您可以选择菜单父容器内的特定标签
a:hover { /* style here */ }
a:visited { /* etc etc */ }