Remove Date Info from Comments.

Home Forums Gillion Theme Remove Date Info from Comments.

Home Forums Gillion Theme Remove Date Info from Comments.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • [email protected]
    Participant

    Hello Support,

     

    How Can I Eliminate Date Info From Comment Sections?

    Please guide.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @ask,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .comment-body .reply span.sh-comment-date {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    Thanks, guys. It worked.

    You are always welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)