• Resolved adamconrad

    (@adamconrad)


    Hi Tobias :),
    Thank you so much for your great plugin.
    I tried changing some css without any luck to
    Mark cell borders for all cells in tablepress (currently can’t see the cell borders)

    I will be very grateful for you advice.
    AC

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adamconrad

    (@adamconrad)

    Hi Tobias :),
    Any ideas/tips on how I can make table borders display? 🙂
    AC

    Thread Starter adamconrad

    (@adamconrad)

    I tested several versions of the below

    .tablepress-id-13 {
    border: 5px solid red;
    }

    but can’t get it to mark the borders 🙁

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble. Also, please excuse the long wait for a reply. I just returned from holidays last night and was not able to reply earlier. Thanks for your understanding.

    Please try this modified CSS:

    .tablepress-id-13 thead th,
    .tablepress-id-13 tbody td {
      border: 5px solid red;
    }

    Basically, you will have to add the border to the actual table cells.

    Regards,
    Tobias

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

The topic ‘Mark cell borders in tablepress’ is closed to new replies.