Aurangajeb

Hide the Payment Column from the Dashboard

Nov 12th, 2020
1,402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. /**
  2. Hide the Payment Column from the Dashboard
  3. Example: https://prnt.sc/unz5ou
  4. **/
  5. th:nth-of-type(4) {
  6.     visibility: collapse;
  7. }
  8. td:nth-of-type(4) {
  9.     visibility:collapse;
  10. }
  11. th:nth-of-type(3) {
  12.     background-color: #F1F1F1; //This is optional
  13. }
Advertisement
Add Comment
Please, Sign In to add comment