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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    It looks like there’s an extra space between the # and the color value. Can you please try again with #D2003D (without a space)?

    Regards,
    Tobias

    Thread Starter romaindiv

    (@romaindiv)

    Hello Tobias,

    no it doesn’t work

    even with the space removed 🙁

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

    Regards,
    Romain

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    let’s continue here first, before we switch to email 🙂

    There’s also a . missing before tablepress. Please use

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

    To remove the “Previous/Next”, please uncheck the “Pagination” checkbox on the table’s “Edit” screen.

    I’m not sure what you mean with “flyover”. Maybe https://tablepress.org/faq/change-color-highlighting-hovered-rows/ ?

    If all this does not help, please send/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 romaindiv

    (@romaindiv)

    Hi Tobias, well done! I just tested it works! 😊,

    I was able to change the color of the top of the table and hover over it with the mouse.

    I also wanted to hide the next and previous buttons with “Pagination” on

    Is it possible ?

    Regards
    Romain

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    good to hear that this helped!

    Yes, you can hide the buttons with “Pagination” on as well. For that, please add this CSS:

    #tablepress-123_paginate {
      display: none;
    }

    (where 123 is the table ID).

    Regards,
    Tobias

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

The topic ‘Tabpress CSS does not work’ is closed to new replies.