Hi,
Is it possible to hide the meta tags for this theme?
Thanks,
Hi,
Is it possible to hide the meta tags for this theme?
Thanks,
Hello,
You should use this CSS hack to hide all the meta information on blog posts:
.blog-post-meta { display: none; }
Ideally, the above CSS code should be placed in a child’s theme style.css
However, you can use a plugin like Simple Custom CSS or place it directly in Dashboard > Appearances > Editor > Style.css
That being said, please keep in mind that this will get erased if you replace/update the theme files
Let me know if you got everything alright.
Regards