Changing comments layout
Autor: Ian H.
Visitado 739,
Seguidores 1,
Compartilhado 0
I wish to remove the name from the comments section as I prefer to include it in the body section. You have already shown me how to remove the timestamp on the left hand side by using some code in the Before closing the Head tag style section of the page. Can you show me how to remove the name please as well? Thanks
Publicado em
Hello. Add this code after the previous one. But before </style>.
.topic-comment-user {
display: none;
}
Autor
Thank you so much.