• Resolved letaajohnson

    (@letaajohnson)


    On my board of directors page – the biographies are all entered in upper and lower case. I’ve tried to use a version of this custom css but still cannot get rid of CAPITAL letters in the Biography column.

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

    So this works on the column headings. But I need it to work on the table data in biography. What is the right custom css code to do this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It looks like you found the CSS code (with using tbody td) that will achieve this, great!

    However, that is actually not the best solution here, as it only “heals a symptom”: It seems that the [table id=2 /] Shortcode has been placed inside or formatted as a <h4> heading (which is the reason why it got this capitalization to begin with). So, on the screen where you edit this page, please check if the Shortcode is in a “Shortcode” or “Paragraph” block, but not inside a “Heading” block. That should then fix all this without needing extra CSS code, and without breaking the HTML structure of the page, which is important for visitors using assistive technology, like screen readers.

    Regards,
    Tobias

    Thread Starter letaajohnson

    (@letaajohnson)

    Tobias:

    Thank you for getting to the root cause of the issue. I so appreciate your help.

    Leta

    Thread Starter letaajohnson

    (@letaajohnson)

    Tobia:

    Putting a P insteadof H4 around the tablepress table worked beautifully. I got rid of the custom css and everything looks great.

    You’re awesome! Thank you so much!

    Leta

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias
     
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to keep the case to upper and lower in tablepress columns’ is closed to new replies.