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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    In your case, I recommend adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .odd + .child td {
        background-color: #eaeaea;
        border-top: 0;
    }
    .tablepress .even + .child td {
        background-color: #ffffff;
        border-top: 0;
    }

    Regards,
    Tobias

    Thread Starter frilynt

    (@frilynt)

    PERFECT😄 Thank you😄

    Plugin Author Tobias Bäthge

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

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

The topic ‘Background colorresponsive colapse’ is closed to new replies.