Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter miroweb

    (@miroweb)

    This code didn’t help table,th,td {border:none;}
    but it helps me to find where to change code
    it was at bottom css and it’s

    .post table {
    width: 100%;
    border: 0px solid #ccc;
    border-top: 0;
    border-collapse: collapse;}
    .post table th,
    .post table td {
    border: 0px solid #ccc;
    border-bottom: 0;
    padding: .3em .5em;}
    .post table th {
    text-align: left;
    border-bottom: 0px solid #ccc;
    }

    now when I change border to 0 there is no more borders
    I don’t know how I miss this because I look for this part any way thanks it helps me to find and solve

Viewing 1 replies (of 1 total)