Remove items under header item K2

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
Sat Dec 07, 2013 12:34 pm
Reply with quote
Report this post
Schermafbeelding 2013-12-07 om 12.31.51.png


How to remove the items which show up under the item title and the date left of it... or to depublish them?!
User avatar
Expert Boarder

GK User
Sun Dec 08, 2013 4:14 pm
Reply with quote
Report this post
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
#k2Container article header > time {display: none;}
#k2Container article header ul {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Dec 10, 2013 6:55 pm
Reply with quote
Report this post
Thanks, works propperly, is it also possible lats updated by to hide that rule under a full item from K2?
User avatar
Expert Boarder

GK User
Thu Dec 12, 2013 7:27 pm
Reply with quote
Report this post
Could you post a screenshot of that particular element?
User avatar
Moderator

GK User
Fri Dec 13, 2013 10:57 am
Reply with quote
Report this post
override.css is turned on, however it went away the previous code seemed to work but everything is back.


For the last updated information see the attachment.
User avatar
Expert Boarder

GK User
Sun Dec 15, 2013 12:57 pm
Reply with quote
Report this post
Could You please post an url to your site - to a sample article?
User avatar
Moderator

GK User
Sun Dec 15, 2013 2:44 pm
Reply with quote
Report this post
User avatar
Expert Boarder

GK User
Sun Dec 15, 2013 3:07 pm
Reply with quote
Report this post
It seems somehow your output changed. Please use this, more generic code instead:
Code: Select all
article header > time {display: none;}
article header ul {display: none;}
article div.itemBottom {display: none;}
User avatar
Moderator

GK User
Tue Dec 17, 2013 11:50 pm
Reply with quote
Report this post
Works fine, thanks!
User avatar
Expert Boarder

GK User
Wed Dec 18, 2013 4:30 pm
Reply with quote
Report this post
I'm glad I could help :).
User avatar
Moderator


cron