[Plugin: WP-Table Reloaded] Styling tables
-
Hello, I would like to set up 4 different tables, yet give them the same colours, backgrounds cells etc.
I have used the code below in the custom CSS box under the WP-Table Reloaded plugin options section; it looks how I would like for the first table I have: http://wordexperts.co.uk/english/, but then for the 2nd table I have made, the cell colours and borders are not the same: http://wordexperts.co.uk/espanol/
I would very much appreciate some help with this as I am completely new to html and all of these things, and I just cannot spot what is incorrect! Thank you in advance.
.wp-table-reloaded td { font-family: 'Habibi', serif; font-size: 16px; color: #585948; } .wp-table-reloaded .odd td { background-color: #000000; } .wp-table-reloaded .even td { background-color: #000000; } .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th { border: none!important; border-collapse: collapse!important; border-spacing: 0px!important; } .wp-table-reloaded .row-hover tr:hover td { background-color: #262626!important; }
The topic ‘[Plugin: WP-Table Reloaded] Styling tables’ is closed to new replies.