Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that you are setting the font for those icons to Lato, with the “Custom CSS”:

    .tablepress .sorting::after,
    .tablepress .sorting_asc::after,
    .tablepress .sorting_desc::after {
    	bottom: 0;
    	color: white;
    	font-family: lato !important;

    The Lato font does not contain such sorting arrows though.

    Also, you seem to have quite a lot of other CSS code in the TablePress “Custom CSS”. That’s generally not a good idea and I suggest to move that other CSS code to the theme instead.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘the arrow icons in the heading of each row is not showing’ is closed to new replies.