How can I remove the “Posted by Admin” from all articles?
Also, I don’t want the “0 Comments” to be shown.
Hopefully someone can give me a heads up :)
Hey Raymond!
Add this to your custom CSS.
.blog-author, .comment-container { display: none !important; }
Cheers!
Elliott
Thanks a lot, Elliott :) I wonder why this central function isn’t an option in CP?
Btw, when applying the code there remains two vertical separators as ‘left overs’. Is there an elegant way to remove those as well?
Hey!
Please add following code to Quick CSS as well
.text-sep-author, .text-sep-comment { display: none !important; }
If that does not help, please post the link to your page
Cheers!
Yigit
Excellent, Yigit! Thanks a lot :)
In addition, I added
.text-sep-date
And now all the separators are gone :)