Remove grey line around table slider jquery item

前端 未结 3 1921
小蘑菇
小蘑菇 2021-01-29 10:40

Initially, I it was a plain jquery slider item with no grey line around the item image.Then I decided to insert the price below the item image and link. I put the item html codi

3条回答
  •  情书的邮戳
    2021-01-29 10:59

    you have this in your css :

    table {
    border: 1px solid #ffffd;
    margin: 0 0 20px 0;
    text-align: left;
    padding: 5px;
    }
    

    the gray border caused by border: 1px solid #ffffd;

提交回复
热议问题