• Resolved omris83

    (@omris83)


    I cant change the header row colour anymore (Weird as I used to be able to)

    I’ve tried using the important tag within CSS, but its made no difference.

    I’ve also tried adding entry, so:

    .entry .tablepress-id-66 thead th,
    .entry .tablepress tfoot th {
    background-color: #e30613 !important;

    That didnt work either.

    I’d rather not share my URL on a public forum, so not sure how to proceed. Hoping I can email the URL over (Sorry to be a pain)

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, please email the URL then. The address is in the main plugin file “tablepress.php”.

    Regards,
    Tobias

    Thread Starter omris83

    (@omris83)

    Thanks. Messaged you.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link!

    The problem is that .entry in CSS, which you don’t need (you also didn’t need it for the other tables ?? ).
    So, please try again with

    .tablepress-id-66 thead th {
      background-color: #e30613;
    }

    (You also don’t need the !important and the selector for the footer row (because you don’t have on. You could also remove that for all the other tables to shorten the CSS).

    Regards,
    Tobias

    Thread Starter omris83

    (@omris83)

    Hi, I’d actually tried without .entry to start off with. I only tried it with that as I read a thread on here where you told someone to add it in so I thought I’d see if that would work.

    Removing .entry doesnt fix the issue sadly.

    I’ve tried your CSS but it doesnt work for me, sadly.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, it looks like the TablePress CSS files on the server are not properly updated when you edit the “Custom CSS”.
    Can you therefore please log in to your server via FTP and then delete the three CSS files
    /wp-content/tablepress-custom.css
    /wp-content/tablepress-custom.min.css
    /wp-content/tablepress-combined.min.css

    After that, please save the “Custom CSS” again. Please also force-reload the page in the browser to clear the browser cache.

    Regards,
    Tobias

    Thread Starter omris83

    (@omris83)

    Hi

    Thanks again for the reply.

    I deleted the above mentioned files, cleared server cache and even visited the URL from a private window. Same result :/

    Regards
    Omri

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, that’s strange. I’m focussing on the background color of table 66 (the one in the “Table Sizes” tab) right now. From what I can see, you have now set a white background color (#ffffff) which is working fine (the header row is invisible, because the font color is also white).

    Regards,
    Tobias

    Thread Starter omris83

    (@omris83)

    Strange. I set it to white just so I knew when it changed. Went on to a new browser, and yes it was white. Thought amazing, now I can change it properly. Changed it, and its still white. Do I need to delete those files again and repeat the process? :/

    Thread Starter omris83

    (@omris83)

    NM. Managed to get it changed. Any idea how to get the headers the same height? I want to reduce the big one to be the same as the last tab.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it looks like that table 1 (in the Powersource tab) is actually embedded “wrong”. It seems to me that the Shortcode is inside the <h4> HTML tags for a heading. Can you maybe check that? Do you maybe need to embed it into a different “block” of your page editor?

    Regards,
    Tobias

    Thread Starter omris83

    (@omris83)

    Ahh you’re right. My bad.

    Thank you for your help. I’ll see how I get on now ??

    Plugin Author TobiasBg

    (@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 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Can’t change table header row colour’ is closed to new replies.