Hiding the datein Category View

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Wed Jan 11, 2012 3:26 pm
Hi
I am struggling to find a way of not displaying the the black rectangle with the date of creation in K2 category view. I can choose to display it or not in item view from the parameters but under "Item view options in category listings" it is failing to work. "Item created time and date" check box is not having any effect, but if you choose to select hide "Title" then it does disappear!
I would like to display the title but not show the date created box in the category view, is this possible?
Thanks
User avatar
Fresh Boarder

Konrad M
Wed Jan 11, 2012 4:07 pm
Hi
Try add to override.css
Code: Select all
#k2Container .gkDate {
display:none !important;
}

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

GK User
Thu Jan 12, 2012 9:24 am
Hi
Thank you for your prompt reply. It is a solution in that it does stop the date display throughout the site. I could control the display is almost all cases using the parameters for "date and time creation" but in the one case of using K2 category menu the date and time parameter did not stop the date being displayed but if I clicked on the paramenter for displaying the title it did stop the display of the date. I might be wrong but it appeared to me that there might be a small glitch in the template coding. On balance there were more cases when I did not want the date displayed than I did so your solution will work for me.
Many Thanks
User avatar
Fresh Boarder


cron