Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #4804
    futureblu
    Member

    Hello:

    My URL is http://www.ronmillersworldpublishing.com and this website is still beta, btw. I’m looking to remove the “By Admin” and “Comments Off” text from both the homepage post excerpt and the post header themselves. This is because the posts will always be by me and the comments will always be off.

    Appreciate any advice if there is custom CSS code that can hide this.

    #4815
    Sakin
    Keymaster

    @futureblu: Just add the following CSS in “Custom CSS” box in your Theme Options panel.

    .entry-meta ul li { background: none; }
    .entry-meta .author, .entry-meta .last { display: none; }

    #4833
    futureblu
    Member

    Thanks so much, Sakin. That solved the problem on the home/archive pages, but not on the post pages themselves: http://www.ronmillersworldpublishing.com/news/press-release-budgeting-doesnt-have-to-suck/

    Is there a way to get rid of the “comments off” test there too?

    #4834
    Sakin
    Keymaster

    @futureblu: Replace the previous css I gave you with the following

    .entry-meta ul li { background: none; }
    .entry-meta .author, .entry-meta .last, .entry-meta span { display: none; }

    #4835
    futureblu
    Member

    That’s perfect. Thanks again very much.

    #16926
    Mark
    Member

    Hi there, I’ve been looking to do the same thing, but to remove the date too. Is this possible?

    Many thanks in advance.

    #16931
    Sakin
    Keymaster

    @Mark: Can you send me your site URL and let me know it.

    #16951
    Mark
    Member
    #16964
    Sakin
    Keymaster

    @Mark: Ok for our site, if you want to remove all meta tag and the following CSS will hide it all. No need other CSS. Just paste the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    #16967
    Mark
    Member

    @Sakin
    Perfect! 😀
    Thank you so much!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Author & Comments mention for Posts’ is closed to new replies.