Hi @birinci35,
Could you let me know if you’re referring to the first row on which the author information is to be displayed. If no could you attach a screenshot so I can have a better understanding of your query.
Kind Regards,
ThemeGrill Support.
Could you try adding the following custom CSS code and see if it helps,
.entry-date{
display: none;
}
Ref:https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
I want to add author name, comment, date below the article
”
.entry-date{
display: none;
}
”
This code deletes the post date
@birinci35,
Sorry for the misunderstanding, could you add the following custom CSS code and see if it works.
.tg-module-comments, .tg-post-auther-name{
display: inline-block !important;
}
Glad to help you. If you do have any further issues regarding our theme please do let us know.
Kind Regards,
ThemeGrill Support.