Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340729
    Uwe Kleine
    Member

    Hallo in die Runde,

    ich finde die Einstellung zum Deaktivieren des Autors in den Beiträgen nicht. Wo versteckt die sich?

    #340734
    sujeet
    Keymaster

    Hello @ukleine,

    Currently there is no setting in the theme to disable author in the posts. You have to use custom css under Appearance => Customizer => Additional Css.

    Try using the following css code.

    
    .by-author {
       display: none;
    }
    

    Please let us know if the above code disabled the author. If not, then please share your website url. Thank you.

    Regards,
    Sujeet

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