Template modification to comments                                     
                                        Автор: Ian H.
                Просмотрено  1530,
                Подписчики 1,
                Размещенный 0
                 
                    
I wish to remove the timestamp from the comments section. How can I do this?
Размещено 

Hello. Try adding this code. You can learn a little more about this in the video.
<style>
.topic-comment-date.imBreadcrumb {
display: none;
}
</style>
Hello Alexey.
Thanks for the code. This is also useful information for me. But in my case this code worked when I set it to "Before closing BODY tag".
Thanks again.
Sincerely,
Dmitriy.
Hello. Not at all.