Hi,
please try the following CSS, which needs to be entered into the “Custom CSS” textarea on the “Plugin Options” screen.
Adjust the 123 to your table’s ID accordingly.
.wp-table-reloaded-id-123 .column-1 {
font-weight: bold!important;
}
Best wishes,
Tobias
Thanks for your quick reply Tobias, the tables work great. Thanks for the plugin.
Hello, I’m using a table and everything appears bold in firefox/safari.
http://www.crockattandscott.co.uk/things/
I’d prefer it if just the first column was bold – how do I do this?
Hi,
this seems to happen, because the Shortcode [table id=5 /] seems to be wrapped in a HTML <strong> tag that makes all table content bold.
To remove this, I suggest to go to the “Edit” screen of that page and to switch to the “HTML Editor” (away from the “Visual editor”, in the upper right corner of the editor text window). Then, you should be able to see that the HTML code around the Shortcode.
Just remove the <strong> and the </strong> directly before and after the Shortcode and the text should no longer appear in bold print.
Best wishes,
Tobias
Yes, that fixes it. Thank you Tobias.
Hi,
great, thanks for the confirmation!
Regards,
Tobias