Hide Pipeline Table Columns

PHOTO EMBED

Sat Jan 08 2022 04:07:02 GMT+0000 (Coordinated Universal Time)

Saved by @rebukt #css

/* hide deal name and closed date columns on pipeline table */
.post-type-archive-deal .deal_table thead tr th:nth-child(2),
.post-type-archive-deal .deal_table tbody tr td:nth-child(2),
.post-type-archive-deal .deal_table thead tr th:nth-child(6),
.post-type-archive-deal .deal_table tbody tr td:nth-child(6) {
  display: none;
}
content_copyCOPY