Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- Hide the Payment Column from the Dashboard
- Example: https://prnt.sc/unz5ou
- **/
- th:nth-of-type(4) {
- visibility: collapse;
- }
- td:nth-of-type(4) {
- visibility:collapse;
- }
- th:nth-of-type(3) {
- background-color: #F1F1F1; //This is optional
- }
Advertisement
Add Comment
Please, Sign In to add comment