Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Change column font size

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

    (@tobiasbg)

    Hi,

    this looks good to me…
    Can you please post the URL to the table where this is not working?

    Regards,
    Tobias

    Thread Starter angeliti

    (@angeliti)

    Hi Tobias,

    The table is here: Comparativa Ebooks

    Thanks!
    Angel.-

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    thanks for the link!

    However, I’m not seeing the code that you mention in the page. Did you remove it again?

    If you had it in the “Custom CSS”, the reason for why it did not work likely is that stray semicolon ; after the } that you have added to the other block of CSS code there. If you remove that ;, the CSS should work.

    You might however want to use this only on the table body cells (and not the header row), like this:

    .wp-table-reloaded-id-1 tbody .column-10 {
      font-size: 16pt!important;
    }

    Regards,
    Tobias

    Thread Starter angeliti

    (@angeliti)

    That made the trick, thanks a lot Tobias!

    Best regards,
    Angel.-

    PS: Probably also a good candidate for the FAQs.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Thanks for the confirmation!

    The idea with the FAQ sounds good, I’ll add it (once I find the time…)!

    Best wishes
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Change column font size’ is closed to new replies.