• Resolved gheber

    (@gheber)


    So sorry if this has been asked and answered. Dug through pages and saw one reference to changing the php but isn’t quite what I need.

    Anyway, I need to change the table name size on individual tables only, not universally. I know how to edit the css on the table options tab, just need the syntax.

    Thanks a million.

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you clarify what exactly you mean here? Do you want to change the size of the “Table name” input field on the “Edit” screen of the table? In which way?

    Regards,
    Tobias

    Thread Starter gheber

    (@gheber)

    No. I want to change the output size of the table name.
    I want to change the size of the “print” of the table name?
    I see how to change the font, size, etc. of the bosy copy of the table, but how do I change the font size of the table name?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the clarification!

    The table name has two CSS classes, and one of them can be used for styling changes based on the table ID. Here’s an example for some “Custom CSS”:

    .tablepress-table-name-id-123 {
      font-size: 20px;
    }

    Regards,
    Tobias

    Thread Starter gheber

    (@gheber)

    Ausgezeitnicht!
    Viel dank!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Adjust table name size’ is closed to new replies.