Cannot stop alternating row colours
-
The page has two tables, both with the same problem. I don’t want alternating row colours.
I have the alternating row colours unticked, but I still get the odd rows grey and the even rows white. I have tried everything I can think of.
I tried turning the feature on and setting the row colours, as per the documentation. I still could not change the row colours at all:
.tablepress .odd td {
background-color: #ff0000;
}
.tablepress .even td {
background-color: #00ff00;
}I tried [table id=2 alternating_row_colors=false /] that didn’t stop them alternating.
Interestingly if I turn on the Row Hover Highlighting, that feature does work.
The page I need help with: [log in to see the link]
- The topic ‘Cannot stop alternating row colours’ is closed to new replies.