How do I get rid of the 'By X (author)' and ' No catagory' on top of the posts? I want to have only the title and the text because i'm not going to work with different catagory's and different users for posting. I allready found and used the custom CSS for removing the comments succesfully.
How do I get rid of the 'By X (author)' and ' No catagory' on top of the posts? I want to have only the title and the text because i'm not going to work with different catagory's and different users for posting.
I allready found and used the custom CSS for removing the comments succesfully.
Thanks!
Hey Jeronimo!
.single #single-below-header { display: none !important; } .post-header .meta-author,.post-header .meta-category,.post-header .meta-comment-count { display: none; }
Salient Support Team
Works, thanks a lot for the fast response!
Cheers!