Hi – I am a newbie but reading all of the FAQ’s
in Plug ins, go to CSS and add this: (but manually type in font and color – ff0000 is red)
.tablepress tbody td {
font-family: Tahoma;
font-size: 14px;
color: #ff0000;
}
But for a SPECIFIC table, add “id-N” after tablepress – N being the table id# – see below
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 14px;
color: #ff0000;
}
Workded for me… hopefully for you
Hi,
adamcm, thanks for your question, and adp, thanks for already answering it 🙂
Yes, changing the font size is possible with the code that adp posted. Just paste that into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress and adjust it as necessary. For some more styling examples, please see the TablePress FAQ at http://tablepress.org/faq/
Regards,
Tobias
Thread Starter
adamcm
(@adamcm)
Hi Tobias,
Thank you this worked for me for all of the rows in my table. But it didn’t change for the headings. Can I use the same code but instead of tbody td I would use tbody th?
Thanks!
Hi,
thanks for your post, and sorry for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.
Yes, that’s correct. For the head row, you would use thead th.
Regards,
Tobias