Hi,
thanks for the link.
From what I can see, you have inserted some “Custom CSS”, but did not adjust the table ID. As mentioned in the FAQ entries from where you got the code, you need to adjust the ID from N
to the ID of the table that you want to change. In the other part of the code, you need to adjust the 123
to the correct ID. This should be 1
in your case.
(If you want to have the code apply to all tables at once, just replace .tablepress-id-123
and .tablepress-id-N
by .tablepress
.)
After that, the sorting arrows will be gone, so that you can enable the sorting ability again. Also, the font will change.
Regards,
Tobias