gpt4 book ai didi

css - 我的CSS有什么问题?事件链接不改变颜色

转载 作者:太空宇宙 更新时间:2023-11-04 03:16:51 25 4
gpt4 key购买 nike

我无法让我的 Wordpress 菜单事件链接保持红色。

我添加了我认为与导航相关的 CSS,还有正文等,以防影响问题。

感谢您的帮助!

body {
font-family: 'Helvetica Neue', sans-serif;
font-size: 12px;
line-height: 18px;
color: #000;
}



/*
LINKS
*/

a:link,
a:visited {
text-decoration: none;
color: #000;
}

a:hover {
text-decoration: none;
color: #ff0000 ;
}

a:active {
color: #ff0000;
}

h2.entry-title-index a:link,
h2.entry-title-index a:active,
h2.entry-title-index a:visited {
text-decoration: none;
color: #ff0000;
}

h2.entry-title-index a:hover {
text-decoration: none;
color: #ff0000;
}

a:active {
color: #ff0000 !important;
}

/*
HEADLINES
*/

h2, #navigation {
font-family: 'Helvetica Neue', sans-serif;
margin: 0;
font-size: 16subpx;
font-style: normal;
font-variant: normal;
font-weight: 450;
line-height: 18px;
}

#navigation a:hover::before {
content: '+ ';
}

#navigation a:active::before {
content: '+ ';
}

#navigation ul a.active {
color: #ff0000;
}


h2.entry-title, h2.entry-title-index, h2.comment-title {
margin-top:14px;
color: #ff0000;
}

h2.entry-title, h2.comment-title {
/* margin: 0 0 9px 0; */
}

h2.entry-title-index {
line-height: 17px !important;
/* margin: 9px 0 0 0 !important; */
}

最佳答案

Active 仅在用户单击元素时使用,并不表示哪个页面处于事件状态。您应该向事件导航项添加一个类并为该类设置样式。

来源:http://css-tricks.com/almanac/selectors/a/active/

关于css - 我的CSS有什么问题?事件链接不改变颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28548513/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com