Hi PSBakh
Thanks for your support. Appearance > Customize > Theme Design
is added in the premium version. All Blog settings can be found at Appearance > Customize > Theme Settings > Blog
.
Blog
At the moment, each post meta setting impacts both the archive and single post page so if you wanted to remove post meta on single only you could add the following to Customize > Additional CSS:
.single .entry-meta {
display: none;
}
.single .entry-header {
margin-bottom: 50px;
}