Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lanapr

    (@lanapr)

    I thought it could be something so easy… 🙂
    Thank you so much for your plugin and your time!
    Bests!

    Thread Starter lanapr

    (@lanapr)

    Thank you for you quick response.

    I am trying to delete background color of the cells, so I added css multiple ways, including plugin options custom css, but it still doesn’t work.
    Custom css is:


    .tablepress,
    .tablepress tr,
    .tablepress tbody td,
    .tablepress thead th,
    .tablepress tfoot th,
    table tbody>tr:nth-child(odd)>td,
    table tbody>tr:nth-child(odd)>th {
    border: none !important;
    border-collapse: collapse !important;
    background-color: none !important;
    color: black !important;
    –odd-text-color: black !important;
    –odd-bg-color: none !important;
    –even-text-color: black !important;
    –even-bg-color: none !important;
    –hover-text-color: none !important;
    –hover-bg-color: none !important;
    }

    .tablepress .odd td,
    .tablepress .even td {
    background-color: none !important;
    color: black !important;
    }

    .tablepress {
    –hover-text-color: none;
    –hover-bg-color: none;
    }

    body {
    overflow-x: 0;
    }

    Thank you for you time!

    • This reply was modified 2 years, 9 months ago by lanapr.
Viewing 2 replies - 1 through 2 (of 2 total)