Remove Author in Individual Posts

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

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