• Resolved stefanradev

    (@stefanradev)


    Hello,

    I have seen that this question has been resolved, but in my case i can’t resolve it. I have already used this:

    .tablepress-id-2 th {
    border: none !important;
    }

    but without any effect. On my test page you can see the lines between any row and wish to remove them.

    Please, help!

    Regards,

    Stefan

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

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

    (@tobiasbg)

    Hi Stefan,

    Thanks for your question and sorry for the trouble!

    Your CSS code attempt would only remove the border between table header cells (indicated by the th in the code). To also target rows, please extend this to tr HTML tags and maybe even td HTML tags. There’s an example in the TablePress FAQ at https://tablepress.org/faq/remove-borders-from-a-table/ as well.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.