article#k2Container aside > time {
display: none;
}
Konrad M wrote:Hi,
please try add to override.css
- Code: Select all
article#k2Container aside > time {
display: none;
}
and remember to enable override.css option in template settings.
/*
#------------------------------------------------------------------------
# Startup - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
article#k2Container aside > time {
display: none;
}
.itemComments ul.itemCommentsList li span.commentDate {
display:none !important;
}