Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104552
    Samuel
    Participant

    Hey guys, I’m loving simple catch pro, just recently I found that the three basic color themes are actually sooo customizable. It’s actually an unlimited number of color themes when you think about it. You will never need a new WordPress theme to change the look of your entire site. Thumbs way up!!

    Back to the topic, may you please provide me with code required to stop the date and time showing for each comment posted?

    #104560
    Mahesh
    Keymaster

    @ugpost: You can simply use the Custom CSS to hide the date and time for each comment posted. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #comments .comment-meta {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Stop showing date and time in comments.’ is closed to new replies.