Catch Themes » All Posts https://catchthemes.com/support-forum/forum/premium-themes/catch-box-pro/feed/ Wed, 13 Aug 2025 10:55:47 +0000 https://bbpress.org/?v=2.6.14 en-US https://catchthemes.com/support-forum/topic/deaktivierung-autor/#post-340734 <![CDATA[Reply To: Deaktivierung Autor]]> https://catchthemes.com/support-forum/topic/deaktivierung-autor/#post-340734 Mon, 28 Jul 2025 05:18:53 +0000 sujeet 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

]]>