is it possible to remove the text - uncategorized and author?
I used remove meta but it only removes the name of author
is it possible to remove the text - uncategorized and author?
I used remove meta but it only removes the name of author
Hello,
Just apply some css and it will disappear.
This may help :
Hi,
Please use this CSS snippet How to add custom code snippets - HivePress Help Center :
.single-post .post__categories,.post__details {
display: none;
}
Please note that it can require further customization.
āI hope this is helpful to you.
Andrii,
Thats works perfectly, huge ! Bravo !