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*

Reply To: Remove author from displaying?

#2894
Rabin Shrestha
Participant

Hi,

For removing the “By author” from the post you can paste the CSS below in your Custom CSS box

.by-author{
    display:none;
}

and click Save All Changes

But the vertical bar will remain in the front. For that to remove you have to edit the code through child theme.

Rabin