• Resolved terjar

    (@terjar)


    Hello,

    I use table press to display responsive CV for our employees. I want them not to be recognized as tables, but to blend in into the text of the page. But I have a thin line at the top of the table and light colors alternating in the background.

    I allready followed the Tablepress FAQ and applied the recommended CSS, but it doesn’t show the desired effect. What ist wrong?

    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th {
    border: none !important;
    border-top: none !important;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    What you are seeing there actually is not a border line, but a box shadow that is added by your theme. Similarly, a background color is added to each second row.

    To remove that, please also add

    box-shadow: none !important;
    background: none !important;

    to your CSS code.

    Regards,
    Tobias

    Thread Starter terjar

    (@terjar)

    Did the trick! Thank you so much for your help!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.