从链接的img删除虚线下划线 [英] Removing dotted underline from linked img

查看:39
本文介绍了从链接的img删除虚线下划线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在修改一个wordpress网站,并通过其虚拟编辑器扔了一些我自己的原始html.结果是我想要的,但是每个图像下面似乎都有一个蓝色的虚线下划线.我该如何删除?我尝试了文本装饰方面的所有工作:概述:0

I am tinker with a wordpress site and have gone and thrown in some of my own raw html via their virtual editor. The outcome is what I wanted, but there seems to be a blue dotted underline underneath each image. How can I remove this? I tried everything from text-decoration: none; to outline:0

这是指向网站 http://s513195336.onlinehome.us/

推荐答案

将此CSS添加到style.css

add this css in style.css

.logoLinks a
{
 border: none;
}

此CSS会覆盖您的旧CSS

this css overwrite your old css

style.css第42行

style.css line 42

a {
  border-bottom: 1px dotted #3156A3;
}

这篇关于从链接的img删除虚线下划线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆