Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1033884

    I would like to get rid of the admin name that shows below every post. So I added this code:
    .page-id-4642 .blog-author {
    display:none;
    }
    But then it only gets rid of the admin name on my blog page. When I click on a post, the admin name still shows below every single post I’m creating. So I have to add
    .postid-WHATEVER .blog-author {
    display:none;
    }
    for every post I’m creating? That cannot be the solution.
    Is there a way to get rid of the admin name on the entire page, so I don’t have to add this code everytime I create a new post?

    #1034263

    Hey NoraGTS,

    Please try this for single posts:

    .single-post .blog-author {
      display:none;
    }

    Best regards,
    Rikard

    #1034417

    Thanks, post can be closed

    #1034547

    Hi,

    I’m, glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Don't show ADMIN NAME below every post’ is closed to new replies.