• Resolved Guillaumeg06

    (@guillaumeg06)


    Hello there,

    Thank you for your plugins and documents to build my tables. I donated 2years ago but I will do it again.

    I just have an issue for the CSS CODE to change the background-color of the entire column except the 1st field (row)
    Here is a code to do that?

    Best

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, you can use something like this:

    .tablepress-id-123 tbody .column-3 {
      background-color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter Guillaumeg06

    (@guillaumeg06)

    Works like a charm!

    Thanks new donation made!

    Best

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    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 ‘set background-color of a column except 1st field’ is closed to new replies.