• Resolved calicogroup

    (@calicogroup)


    Hello,

    I put the following in the custom css text:

    .tablepress tbody td {
    font-family: Tahoma;
    font-size: 9px;
    color: #ff0000;
    }

    But nothing changes. Even if I adjust the “font-size” to different numbers the appearance of the chart doesn’t change.

    My site is http://www.intobserver.com

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks! I couldn’t find a TablePress table on your site.

    Regards,
    Tobias

    Thread Starter calicogroup

    (@calicogroup)

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    The problem here simply is that you are not using the TablePress plugin, but the wpDataTables plugin.
    That’s why the TablePress “Custom CSS” will not work, obviously. You will need to modify the CSS so that it applies to wpDataTables tables, instead. The easiest code might be

    .wpDataTable tbody td {
      font-family: Tahoma;
      font-size: 9px;
      color: #ff0000;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font Size’ is closed to new replies.