Remove Author in Individual Posts

You can use this code to Custom CSS

div[class*="post__Author"] {
    display: none;
}