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*

Hide the authors name

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #73856
    vampelog
    Participant

    Hello! I am using thiw template ( the free edition) and i wanto to hide the authors name from posts. I cannot find how to do it and so i need your help!
    Thank you in advance for your time!
    Vasso

    #73893

    Hi @vampelog,

    To hide the author’s name please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    .entry-meta .author {
    	display: none;
    }
    .entry-meta > .date:after {
        content: "";
    }

    Thanks

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