Css WordPress隐藏表格行下划线

Css WordPress隐藏表格行下划线,css,wordpress,Css,Wordpress,您好~正在寻找删除WordPress表中带下划线行的方法: 注意:边框已设置为“0” <table style="height: 196px;" border="0" width="546"> 如蒙启发,我将不胜感激。非常感谢~:~Jacob在css或自定义css中添加边框底部:无到td和th table tbody th, table td { border-bottom: none; } 将边框底部:none添加到css或自定义css中的td和th table

您好~正在寻找删除WordPress表中带下划线行的方法:

注意:边框已设置为“0”

<table style="height: 196px;" border="0" width="546">


如蒙启发,我将不胜感激。非常感谢~:~Jacob

在css或自定义css中添加
边框底部:无
td
th

table tbody th, table td {
    border-bottom: none;
}

边框底部:none
添加到css或自定义css中的
td
th

table tbody th, table td {
    border-bottom: none;
}