• Resolved bgmahesh

    (@bgmahesh)


    The header converts all text to Upper Case. How do I ensure it retains the content I entered in TablePress to be shown in front end? I am using Tablepress 2.0.4

    The page I need help with: [log in to see the link]

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.

    This is done by your theme. To change this for TablePress tables, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th {
      text-transform: none;
    }

    Regards,
    Tobias

    Thread Starter bgmahesh

    (@bgmahesh)

    It worked. I wasn’t able to find this in the documentation, hence I had to ask.

    Thank you for your prompt response (as usual)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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