[Plugin: WP-Table Reloaded] WP Table Reload – Change Font on First Row
-
Forgive me for a beginner’s question. I looked through the F&Q and Forum but didn’t see the answer.
I’m trying to change the font color on my first row of the table. I can change the background color and the color when I’m sorting.
.wp-table-reloaded-id-2 th, .wp-table-reloaded-id-2 .sorting {background-color: #FFFFCC!important;}
.wp-table-reloaded-id-2 .sorting_asc, .wp-table-reloaded-id-2 .sorting_desc {background-color: #FFFF53!important;}
.wp-table-reloaded-id-2 .row-1 {font-color: #0000ff;}
.wp-table-reloaded-id-2 {width: auto !important;}
.wp-table-reloaded-id-2 .column-1 {width: 100px;}
.wp-table-reloaded-id-2 .column-2 {width: 100px;}
.wp-table-reloaded-id-2 .column-3 {width: 20px;}
.wp-table-reloaded-id-2 .column-4 {width: 20px;}
.wp-table-reloaded-id-2 .column-5 {width: 20px;}
.wp-table-reloaded-id-2 .column-6 {width: 20px;}
.wp-table-reloaded-id-2 .column-7 {width: 20px;}
.wp-table-reloaded-id-2 .column-8 {width: 20px;}Is there a way I can tell WP Table Reload to apply the same CSS code to multiple columns or rows instead of repeating the lines above?
https://azsportsleague.com/wordpress/saturday-mens-league/
Thank you,
philhttps://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] WP Table Reload – Change Font on First Row’ is closed to new replies.