开发者

Remove text decoration from links

开发者 https://www.devze.com 2022-12-25 04:07 出处:网络
Why won\'t this remo开发者_开发百科ve the underline from the facebook and assassin industries links on this page.

Why won't this remo开发者_开发百科ve the underline from the facebook and assassin industries links on this page.

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


The default text-decoration attribute of links takes precedence over the text-decoration attribute of the container. You will need to be specific in your override:

.module_wpproad a {
    text-decoration: none;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号