Hide author name and reviews
-
Hello team, I have 2 questions:
– how I can disable “Posted by author” I would like hide this information from post meta
– how I can disable reviews section for products and post
Hello,
To hide the meta information from the blog page, navigate to Theme Settings > Blog > Blog Archive > Hide the “Meta information” option.
To hide the information from a single post, try to use this custom css code in Theme Settings > Custom CSS:
.wd-post-author.wd-meta-author {
display: none;
}
.wd-post-reply.wd-style-1 {
display: none !important;
}
On products – go to WooCommerce > Settings > Products > General and uncheck the Enable product reviews option.
If you have any questions, feel free to contact us.
Best Regards,