• Resolved bpash

    (@bpash)


    Hey there,

    Hope you’re well. Tried to adjust the tablepress plugin accordingly, but for some reason, it will not update. Ideally, I’d like any table we use in the future use black font since we use a white background.

    We’ve tried:
    .tablepress-id-Warframes tbody td {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    }

    AND

    .tablepress tbody td {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    }

    So all tables use black font. No luck. Any suggestions? Thank you!

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

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.

    The reason why this is not working is that your cells actually contain links and you theme is giving a white color to those links. Thus, you’d need to change the color of the links in tables, with this:

    .tablepress a {
      color: #000000 !important;
    }

    Regards,
    Tobias

    Thread Starter bpash

    (@bpash)

    Thanks so much, Tobias, this is really appreciated!

    Looking forward to using your plugin 🙂

    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 ‘Can’t change table font colour’ is closed to new replies.