I attached a link to a icon font and I can't seem to figure out how to remove the link styling from it.
Here is a part of it https://jsfiddle.net/bffks6cw/
我已经尝试了
text-decoration: none;
但它没有用。我似乎无法弄明白。 有任何想法吗?
编辑:
我确实尝试过使用.social a {text-decoration:none; }
这是一张图片,看起来如何。
答案 0 :(得分:1)
如果a
div
编辑:保持图标颜色color: inherit
.social a {
text-decoration: none;
color: inherit;
}
答案 1 :(得分:0)
如果您想为anchor
设置样式,则需要定位anchor
。
.social a {
text-decoration: none;
}
答案 2 :(得分:0)
答案 3 :(得分:0)
答案 4 :(得分:0)
请参阅本手册以获取样式链接: http://www.w3schools.com/css/css_link.asp
{{1}}