• Resolved BitEdge

    (@whatwhatwhatwhat)


    Hi Tobias, thanks for maintaining the plugin.

    How can we get the column titles to be in sentence case? That is only the first letter of the first word capitalizes and all the other letters lower case?

    Cheers

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Most likely, your theme is messing with this, so that you will need some CSS to revert this. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th {
      text-transform: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘column titles to sentence case’ is closed to new replies.