• Resolved sajjad9790

    (@sajjad9790)


    Hello
    Good Day
    How can I remove the shadows of the sorting arrows? No matter how much I searched the forum, I could not find the code. It is very important to me because I made the heading text white and the arrows are white. Now a white shadow has come under it and it is really ugly
    The next question is how can I change the font of the lower part of the table that says Showing … to … of … entries?
    Thank you in advance for your response

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Can you please send me a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter sajjad9790

    (@sajjad9790)

    yes for sure Here is the page link:

    https://cifile.org/international-humanitarian-law/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    Thanks for the link!

    From what I can see, this is caused by the “Elementskit” plugin that is adding CSS code to the page that is influencing this. If you really need this plugin, I recommend to add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress.dataTable.dataTable thead th {
    background-image: none;
    }

    This will remove these shadow image icons in all tables. Note that the CSS code that ElementsKit adds might still interfere with the TablePress CSS code for tables in other places.

    Best wishes,
    Tobias

    Thread Starter sajjad9790

    (@sajjad9790)

    Thank you very much for your help.

    Can you answer the second question about changing the font of the text at the bottom of the table?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, sorry, totally missed that part of the question. For that, please also add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper .dataTables_info {
    font-size: 14px;
    font-family: canaro;
    font-weight: 200;
    }

    Best wishes,
    Tobias

    Thread Starter sajjad9790

    (@sajjad9790)

    Thank you very much for your help.

    Plugin Author TobiasBg

    (@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 in the plugin directory. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.