删除WordPress中链接中的图像下的行

时间:2018-02-02 02:57:42

标签: php html css wordpress

我试图通过添加:

来解决它
.image-link {
    text-decoration: none !important;
    border:0px !important;
    outline:none;
    border-width: 0px;
    outline-width:0px;
    border-bottom: none;
}

还在小部件html上添加:

<a href="https://www.mussarecords.cl" class="image-link">

感谢

1 个答案:

答案 0 :(得分:0)

<a style="background: none; text-decoration: none; box-shadow: none;" href="https://www.mussarecords.cl">click</a>

添加内联css为我工作..我测试了它..不需要外部css