Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    capital letters in the table head? I don’t really know what you mean. I can only imagine that your theme’s CSS adds those.
    WP-Table Reloaded does not alter the capitalization.

    Your theme probably contains some CSS with
    text-transform: uppercase;

    You could try overriding that with Custom CSS:

    .wp-table-reloaded th {
    text-transform: none!important;
    }

    If that doesn’t work, please post the URL of the page with the table.

    Thanks!
    Tobias

    Thread Starter curtgehl

    (@curtgehl)

    I used your suggestion…

    .wp-table-reloaded th {
    text-transform: none!important;
    }

    …and it worked!

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Remove caps from table header’ is closed to new replies.