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

    (@tobiasbg)

    Hi,

    thanks for your question.

    This is actually not a Shortcode, this is “Custom CSS” (a very important difference).
    Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .tablepress-table-description {
      font-family: Helvetica;
      font-size: 15px;
      color: #000000;
    }

    Regards,
    Tobias

    Thread Starter JGravesNBS

    (@jgravesnbs)

    That got it thanks, questions:

    .tablepress-table-description

    Is this for all tables? Can you do it for a specific table?

    What is this portion of the code table-description called?

    How would I figured this out on my own?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that is for all tables. For a specific table (here ID 123), you would use

    .tablepress-table-description-id-123 {
      ...
    }

    That part of CSS is called the “CSS selector”.

    Some information on this is e.g. in the TablePress Documentation at http://tablepress.org/faq/documentation-css-selectors-styling/
    Besides that, some general CSS tutorial (which you can find via Google) is always helpful.

    Regards,
    Tobias

    Thread Starter JGravesNBS

    (@jgravesnbs)

    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode for for Table Information – Description box’ is closed to new replies.