This feature is available in premium version.
also you can use custom css:
body.single.single-post article div.meta,
body.single.single-post article div.post-meta-terms{
display: none;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications.
Alternatively use your Child Theme style.css file to hold your CSS modifications.
theme have a designated section for custom css ( Admin Dashboard > Appearance > Theme Options ) section “Others … ” field “Add custom css”
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Thank you for clarifying that this feature is available in the free version.