• Resolved DanielFHC

    (@danielfhc)


    I have a simple two column setup, with 11 rows. I’m looking to bold the entire left column, but cannot figure out how.

    I know this is simple css for others, so I would appreciate the help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    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

    Thread Starter DanielFHC

    (@danielfhc)

    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.

    https://www.crockattandscott.co.uk/things/

    I’d prefer it if just the first column was bold – how do I do this?

    Plugin Author TobiasBg

    (@tobiasbg)

    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.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great, thanks for the confirmation!

    Regards,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Bold the Left Column’ is closed to new replies.