• Resolved lanapr

    (@lanapr)


    I have been working with the free version of Table Press and it works great, but after updating my Hello Elementor theme, custom css doesn’t seam to load. Do you have any solutions?
    Thanks!

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, there is CSS code related to TablePress loaded multiple times (at least on the front page). Where exactly is which CSS not working?

    Regards,
    Tobias

    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, 11 months ago by lanapr.
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the explanation. I believe that

    background-color: none !important;

    is the issue here. Please try

    background: none !important;

    instead.

    Regards,
    Tobias

    Thread Starter lanapr

    (@lanapr)

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

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

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

The topic ‘custom css not loading’ is closed to new replies.