Documentation CSS codes not working.
-
Hi Support team,
I am trying to change the hover color for my table in Table press but it doesn’t seem to work.
I have used this code to edit the color –
.tablepress .row-hover tr:hover td {
background-color: #ff0000;
}
However still doesn’t seem to change.Also, I am trying to edit the table colors. I want each alternating row to be a different color.
I have tried using this code (Below) however, it still doesn’t seem to work.
.tablepress .odd td {
background-color: #ff0000;
}
.tablepress .even td {
background-color: #00ff00;
}
Please let me know.Thank you
Kind Regards,
Shawn
The page I need help with: [log in to see the link]
The topic ‘Documentation CSS codes not working.’ is closed to new replies.