• Resolved ericfischer

    (@ericfischer)


    Hi there,

    Even thought I have added the following CSS for the table I still have a white hairline around the table. I would like to remove it. How can I address this?

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

    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,

    thanks for your question, and sorry for the trouble.

    We’ll just need a slight modification. Please add the !important flag here, like

    border: none !important;
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Thin white border around the table’ is closed to new replies.