Aurangajeb

Hide Status column header from the Post listing dashboard

Jul 20th, 2020 (edited)
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. /*
  2. @ Hide "Status" column header from the Post listing dashboard table
  3. @ http://prntscr.com/vi9bwu
  4. */
  5. .wpuf-dashboard-container table.items-table th:nth-of-type(2) {
  6.  color: #f1f1f1;
  7.  pointer-events: none;
  8. }
  9. .wpuf-dashboard-container table.items-table td:nth-of-type(2) {
  10.     visibility: collapse;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment