I can change the table font, size etc but I can not change the table header - <th> font colour and size.
Can some one point out how I can do this please
I can change the table font, size etc but I can not change the table header - <th> font colour and size.
Can some one point out how I can do this please
Hi!
Are you using this css-class: .wp-table-reloaded th?
I'm using wp-table-reloaded here and I have another style for the table header. Have a look! :)
Hi,
yes, as anemo is saying, you will need to use th instead of td in the selector, for example:
.wp-table-reloaded th {
font-size: 16px!important;
}
Hope this helps :-)
Best wishes,
Tobias
This topic has been closed to new replies.