WebSite X5Help Center

 
Ian H.
Ian H.
User

Template modification to comments  en

Autore: Ian H.
Visite 834, Followers 1, Condiviso 0  

I wish to remove the timestamp from the comments section. How can I do this?

Postato il
3 RISPOSTE
Aleksej H.
Aleksej H.
Moderator

Hello. Try adding this code. You can learn a little more about this in the video.

<style>
.topic-comment-date.imBreadcrumb {
display: none;
}
</style>

Leggi di più
Postato il da Aleksej H.
Дмитрий Тулупов
Дмитрий Тулупов
User
Aleksej H.
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.

Leggi di più
Postato il da Дмитрий Тулупов
Aleksej H.
Aleksej H.
Moderator

Hello. Not at all.

Leggi di più
Postato il da Aleksej H.