Remove "Published in... " and "Read n times"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 05, 2013 7:35 pm
Reply with quote
Report this post
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?

Image
User avatar
Senior Boarder

Konrad M
Wed Feb 06, 2013 8:56 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.itemAsideInfo {
display: none;
}
.itemAsideInfo + .itemBody {
margin-left:0px !important;
}

and remember to enable override.css option in template settings.
User avatar


cron