August 6, 2022 at 12:19 am
#6970
Keymaster
Hello Sathish,
If you want to remove the excerpts and categories from the post meta then you can add this code in the Additional CSS in the Customizer
.post-metawrap, .box .post-content {
display: none;
}
This code will hide the excerpt and categories and comments.
Please let us know. Thanks