You can remove the Date and Author in flipcard view by adding this to your CSS:

#groups li:last-child, #groups li:nth-child(2), #groups li:last-child, #groups li:nth-child(4){
display: none !important;
}