text-decorations - 从链接中删除文本装饰

标签 text-decorations css

为什么这不会从 this page 上的 facebook 和刺客行业链接中删除下划线| .

.module_wpproad {
text-decoration:none;
border:none;
}

最佳答案

链接的默认 text-decoration 属性优先于容器的 text-decoration 属性。您需要在覆盖中具体说明:

.module_wpproad a {
    text-decoration: none;
}

关于text-decorations - 从链接中删除文本装饰,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34085160/

相关文章:

css - Bootstrap 结合媒体查询混合

html - 为什么我的div旁边有href装饰?

css - 即使设置了文本装饰,下划线仍然显示

css - 仅使用 CSS 更改顺序和位置

css - 造型师 CSS 边框创建

html - Div 内的 Div - 位于顶部

html - 鼠标悬停在字段上的文本显示

html - Font Awesome 图标在链接内有文本装饰问题

html - Microsoft Edge 忽略文本装饰 :none; for my telephone number

CSS3 :after pseudo element with input