Table Alternate row css issues
-
Hi Tobias,
I am having problems with the CCS for alternate rows. I use a Woo theme (Empire) which I think is causing some issues as I had to use #content as discribe in one of yourprevious posts. I dont know anything about CSS so any help would be much appreciated!
The table that I am currently working on is here
My custom CSS is:-
#content .tablepress-id-1 thead th, #content .tablepress-id-1 tfoot th { background-color: #77E1ED; } #content .tablepress-id-1 .odd td { background-color: #60C1EB; } #content .tablepress-id-1 .even td { background-color: #60C1EB; } .tablepress-id-1 .row-hover tr:hover td { background-color: #9ebfeb; } #content .tablepress-id-1 tbody td { font-family: Tahoma; font-size: 18px; color: #ededed; }
Many thanks for your help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table Alternate row css issues’ is closed to new replies.