Table border and heading text centering
-
Hi I created a simple table with 1 column, 2 rows. I want to have border everywhere, the heading text to be centered.
With the below code, the border is missing and I don’t know how to center the title.
Thanks for helping me!!.tablepress thead th,
.tablepress tfoot th {
background-color: #FFFFFF;
}.tablepress-id-1 thead th {
font-family: Tahoma;
font-size: 20px;
color: #E34CBB;
}.tablepress td {
border: 1px solid #777777 !important;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table border and heading text centering’ is closed to new replies.