badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to place ‘|’ sign between date and no comment?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78630
    fokhrulabedin
    Participant

    I want to place the | sign between date and no comment. Then it will look like ‘June 17, 2020 | No Comments’ How can I do that?

    #78639

    Hi fokhrulabedin,

    since we have already provided the solution to hide author name, so while hiding that element the separator icon, so to show the separator icon either you have customize the code to remove code for author name or in your case we can do it custom CSS code. but if add code while the author name is shown as default then the comment meta will have 2 separator icon.
    anyways please go to the ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .entry-meta > div:after,
    .entry-meta .comments:before {
    	content: "|";
    }

    Thanks

    #78652
    fokhrulabedin
    Participant

    Heartiest Thanks.

    #78681

    Welcome fokhrulabedin,

    Please let us know if you have any queries regarding the Theme.

    Thanks

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