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: Is there option to suppress\hide author information?

#25761

Hi pavlo.golub,

If you want to hide only author information then goto dashboard -> appearance -> theme options -> design options -> custom css

.by-author.vcard.author {
  display: none;
}

Thank you!