Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1178945
Remove author post meta from blog categories and single posts
Closed

Comments

  •  2
    brightestspark started the conversation

    Hi there - I don't want to display the author or "By author name" anywhere on my website.  I see how to remove it from the main blog feed, but it still shows on category archives and single posts.  I tried to use css to hide .post-meta-author, but it does not work. Can you please assist?

    Thanks

  •  7,092
    Oliver replied

    HI!

    pls. add link to the page with this block.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   brightestspark replied privately
  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .post-meta-left {
        display: none !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    brightestspark replied

    Hi Gregor - that did not work or change anything. Besides I only want to remove author not category or date.

    I had already tried the following and that did not work - that's why I reached out to you. Why is that css not working?

    .post-meta-author{
        display: none !important;
    }
  •  2
    brightestspark replied

    Actually - I just cleared my Firefox browser cache and now my custom css works. Thanks for your help! Great theme. It's my second copy :)

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver