Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #569601

    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 :)

    #569690

    Hey Raymond!

    Add this to your custom CSS.

    .blog-author, .comment-container { display: none !important; }
    

    Cheers!
    Elliott

    #570238

    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?

    #570242

    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

    #570256

    Excellent, Yigit! Thanks a lot :)

    In addition, I added

    .text-sep-date

    And now all the separators are gone :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove "posted by admin"’ is closed to new replies.