Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Hide the Status Column from the Dashboard **/
- th:nth-of-type(2) {
- visibility: collapse;
- }
- td:nth-of-type(2) {
- visibility:collapse;
- }
- /** Hide the Payment Column from the Dashboard **/
- th:nth-of-type(3) {
- visibility: collapse;
- }
- td:nth-of-type(3) {
- visibility:collapse;
- }
Advertisement
Add Comment
Please, Sign In to add comment