Hi
I removed (hide) all Item view options, excluding Title, into K2 Category. But this two items - "Published in... " and "Read n times" - are still remain. How can I disable them?
.itemAsideInfo {
display: none;
}
.itemAsideInfo + .itemBody {
margin-left:0px !important;
}