• Resolved quickies

    (@quickies)


    How to change column background color but exclude the title row?

    I want the background color change under the title row.

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    For more options, please see https://tablepress.org/faq/

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Change column color’ is closed to new replies.