Tablepress, alternate row background using rowspan
-
I have tables where I would like to do alternate row background colors. My problem #1 is when I use “The background colors of consecutive rows shall alternate.” it works properly for rows that do not have the rowspan tag in a column. If it does, then every other row is highlighted within original row. See Members – K – MICHIGAN MOPAR MUSCLE CAR CLUB, INC.
#2, if can get this to work, I want to set the background color to a lighter shade of the header row. I did try in Plugin Options to add this for that specific table, but not working.
.tablepress-id-188 .odd td {
background-color: #d66802;
}.tablepress-id-188 .even td {
background-color: #ffffff;
}Regards Donna
The page I need help with: [log in to see the link]
The topic ‘Tablepress, alternate row background using rowspan’ is closed to new replies.