• Resolved ethene86

    (@ethene86)


    Hi Sir,

    We used the this following codes you provided:

    .tablepress-id-1,
    .tablepress-id-1 tr,
    .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {
    border: none;
    }

    However, from our page, we still can see border on the top and left side of the table.

    Anyway to remove it? Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    We will just have to raise the priority of the code a bit. Please try again with the command line
    border: none !important;
    The !important flag will raise the priority so that the border should be gone everywhere.

    Regards,
    Tobias

    Thread Starter ethene86

    (@ethene86)

    Dear Tobias,

    thank you so much! added

    border: none !important;

    but it seems that the border still not completely gone. Still the same as before. Borders on the left and top still can be seen.

    Wonder if you have any other ways ?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    are you sure that it’s not working? I don’t see any borders on the table in the link you posted. Have you tried clearing your browser cache?

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Table Border issue’ is closed to new replies.