H2 Table Name styling problem
-
I am trying to change the H2 Table Name styling. Reading this support forum, I found a couple of CSS snippets that could work. But when I tried it, it failed on me. Please tell me how I can change the font color. Thanks.
Attempt 1:
h2.tablepress-table-name-id-2 {
color: #ff0000;
}
Did not workAttempt 2:
h2.tablepress-table-name {
color: #ff0000;
}Did not work
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘H2 Table Name styling problem’ is closed to new replies.