How to remove date from comments

Latest Reply from zaza at 2014-01-14 06:22:01 Solution
I dont want to display the date on comments
i cant do it with the :

.comment-meta a {
display: none;



please help
Hi!
Find the file index.css. There is the code:
#comments .commentmetadata { font-style:italic; color:#787878; float:right;}

where you have to add :
display: none;
I'm using Gamezone theme and i cant find index.css and i searched in all .php and couldnt find "#comments .commentmetadata" line

Leave a reply

Add codeAdd image