How to add border to a table
-
I have the latest version of this plugin (1.9) and the latest version of WordPress (4.9.4)
I’m trying to add a border to the table on this page http://prestigeautocollision.ca/services/ and have used the following CSS code, but I can’t get it to work. Any suggestions on what I’m doing wrong?
.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: 2px;
border-color: black;
}The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘How to add border to a table’ is closed to new replies.