CSS
-
In the CSS area, I have the following:
.tablepress thead th,
.tablepress tbody td {
text-align: center;
}I wanted to change the text to all black and added the following, but it didn’t seem to work
.tablepress .wp-caption-text {
color: #000000;
}I used the same code without the “centering” code and it works…so I assume I am not combining the two bits of code correctly.
Can someone please tell me how to combine the two so that I get the data centered, and the data in black?
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘CSS’ is closed to new replies.