Hi- Is there a reason you would not have applied classes to meta info on blog page layouts, search page layouts, etc.? It would be nice to be able to apply styles, or even display:none some of these items as needed, but can't really do it. Is there an easy fix, or should I wade into the theme files?
Hello, You can use the child Theme for this issue. It allows you to make your own changes in the theme. Child themes are the recommended options for making any modifications to the themes. You do not require making changes in the main theme. All you need to do is to create a child theme. Again you don’t have to make any changes in the parent theme and whenever the update comes, update your theme freely. Follow the link given below for reference. http://www.inkthemes.com/httpwww-in...rdpress-a-way-to-save-themes-modification/02/ So, create the child theme and then go to the parent theme, copy the blog.php and single.php file from there and paste it in the child theme. And then edit and remove those meta info from these files in the child theme. This will solve your issue.