Hi,
thanks for your post, and sorry for the trouble.
This would only add a border to the outside. If you want a border around every cell, please try
.tablepress-id-17 thead th,
.tablepress-id-17 tbody td {
border: #1px solid #eaeaea;
}
Regards,
Tobias
Sorry but that code just adds color to the rows, not the columns or the external border.
Hi,
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hi,
thanks!
Ah, my bad, I had a typo in the code. Please remove that first #
, i.e. use
border: 1px solid #eaeaea;
If that still does not work, please append the !important
flag, i.e.
border: 1px solid #eaeaea !important;
Regards,
Tobias
Perfect.
Thanks again Tobias.
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 here in the plugin directory. Thanks!