I am currently seeking a solution to customize each table generated through CSS. In the past, I have utilized tools like TablePress which assigned a unique "id" to each table, allowing for individual customizations when inspecting through Google Chrome - for example, tablepress-id-5.
.tablepress-id-5 th {
background-color: #0e4ea0 !important;
color: #fff !important;
padding-top: 4px !important;
padding-bottom: 4px !important;}
However, I am unable to locate any identifiers for tables created by Ninja Tables. Essentially, I am aiming to center specific rows and columns within the tables.
You can take a look at the page here:
While all tables are enclosed in accordions, I do not believe this should impact the customization process. Any assistance on this matter would be greatly appreciated. Thank you for dedicating your time to assist.