Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- @ Hide "Status" column header from the Post listing dashboard table
- @ http://prntscr.com/vi9bwu
- */
- .wpuf-dashboard-container table.items-table th:nth-of-type(2) {
- color: #f1f1f1;
- pointer-events: none;
- }
- .wpuf-dashboard-container table.items-table td:nth-of-type(2) {
- visibility: collapse;
- }
Advertisement
Add Comment
Please, Sign In to add comment