• Resolved calisurfhobie

    (@calisurfhobie)


    I’m trying to change the text in the last column in all the tables to red.

    Something like this? Site is not operational yet.

    .tablepress tbody tr.last-child .column {
    color: #ff0000;
    }

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

    (@calisurfhobie)

    Heres the solution ??

    .tablepress tbody td:last-child {
    color: #ff0000;
    }

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Indeed, this is the best soluton for this. Nice find!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Color in Last Column’ is closed to new replies.