• Resolved curtgehl

    (@curtgehl)


    I have a particular table where I’d like to exclude the alternate coloring for the first two columns because the first two columns have some merged cells. How can I do this for this table only? Here’s a link to the page in question…http://express.tenibac.net/?page_id=362

    Thanks,

    Curt

Viewing 3 replies - 1 through 3 (of 3 total)
  • TobiasBg

    (@tobiasbg)

    Hi Curt,

    you’ll need some CSS like

    .wp-table-reloaded-id-10 tbody .column-1, .wp-table-reloaded-id-10 tbody .column-2 {
      background-color: #ffffff!important;
    }

    Best wishes,
    Tobias

    Thread Starter curtgehl

    (@curtgehl)

    Which css file should I add this to? This one?..

    wp-table-reloaded/css/plugin.css

    …thanks,

    Curt

    Thread Starter curtgehl

    (@curtgehl)

    Oops…

    Tobias,

    I should have entered the line into the text edit area. It’s now working. Thanks for the quick response.

    Curt

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Exclude columns from alternate row color’ is closed to new replies.