How to keep the case to upper and lower in tablepress columns
-
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)
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.