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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That’s possible with some CSS code. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-table-name {
      text-align: center;
    }

    Regards,
    Tobias

    Thread Starter petewatterschatsworth

    (@petewatterschatsworth)

    Is there a way to change the text color Like:

    .tablepress-table-name {
    text-color: #303af1;
    }

    I tried it but it deletes the line text-color: #303af1;

    Is there a way???

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    that’s very close. Instead of text-color just use color (yeah, CSS is a little bit inconsistent here, I guess), i.e. use

    .tablepress-table-name {
      color: #303af1;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Title’ is closed to new replies.