[Resolved] Removing the vertical bar ( | ) from comment meta data.

Home Forums Support [Resolved] Removing the vertical bar ( | ) from comment meta data.

Home Forums Support Removing the vertical bar ( | ) from comment meta data.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #635488
    Jay

    I want to remove all of the comment meta data but still keep the “reply” link. In another thread, I found this:

    .comment-meta .entry-meta a time {
    display: none;
    }

    That works perfectly except for one thing… there’s still a vertical spacing bar before the word Reply. So it looks: |Reply

    How do I get rid of that bar?

    #635562
    David
    Staff
    Customer Support

    Hi Jay,

    would either require some PHP to re-output the links or you could try this hack:

    .comment-metadata {
        font-size: 0;
    }
    .comment-reply-link, .comment-edit-link {
    	font-size: 16px;
    }
    .comment-edit-link {
    	margin-right: 0.5em;
    }
    #636251
    Jay

    Awesome, thanks!

    #636346
    David
    Staff
    Customer Support

    glad to help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.