Adding else if conditional statement to purchased theme

The conditional for posts is is_single(). So …

if ( ! is_404() && ! is_attachment() && ! is_single() ) {
    # rest of the code
}