Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post 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 Mahfuz

    (@osymli)

    Hello, this is the sample page. I have many similar paintings. thank you very much for your help

    https://www.osymli.com/guncel/anestezi-onlisans-2018-taban-puanlari-ve-basari-siralamalari.html

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    You could add a border line to these input fields. For that, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper label input, .dataTables_wrapper label select {
        border: 1px solid #cccccc;
    }

    For the second problem: This is caused by how you added the white font color in the header cells. Please do NOT use

    <span style="color: #ffffff;">...</span>
    

    there, but only write the normal text. Instead, add this “Custom CSS”:

    .tablepress thead th {
      color: #ffffff;
    }

    Regards,
    Tobias

    Thread Starter Mahfuz

    (@osymli)

    I did but it didn’t. These codes are in the CSS section. I don’t have much technical knowledge. I’m sorry to bother you too.

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #FFD700;
    }

    @media screen and (max-width:768px) {

    .tablepress th,
    .tablepress td {
    font-size: 10px;
    }

    }

    @media screen and (max-width:768px) {

    .tablepress-id-123 img {
    width: 100px;
    }

    }

    .dataTables_wrapper label input,
    .dataTables_wrapper label select {
    border: 1px solid #cccccc;
    }

    .tablepress thead th {
    color: #006600;
    }

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I still see the

    <span style="color: #ffffff;">...</span>
    

    in the table header cells of that table… Please remove all that HTML.

    Regards,
    Tobias

    Thread Starter Mahfuz

    (@osymli)

    I don’t know how. I wouldn’t want to bother you any more. Thank you so much.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this is in your table, in the first row 🙂 Just remove the code and only leave the normal text 🙂

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Table “FIND” text’ is closed to new replies.