Hi there, could someone tell me how to hide the article information bar for K2 articles? I disabled already all article options, but still a grey space shows up? See screenshot:
Thanks in advance!
Stepp
.itemAsideInfo {display:none !important; }
.itemBody.containsItemInfo, .itemOtherElements.containsItemInfo, .itemListView .itemBlock.containsItemInfo {
margin-left: 0px;
}