Okay
  Public Ticket #1283892
How to remove Author name from posts
Closed

Comments

  • Gdiarra started the conversation

    Hello OceanThemes,

    I need help removing ” The author meta/infos below my posts” , any idea how I can do that?

    I’ve downloaded a couple of plugins but none of them seem to work.. When I go to the theme option In the Blog part, I do not see tat option…

    Really need help...

    Thank you

  •  2,010
    Ocean replied

    You can add custom css code in Theme Options > Styling:

    .post-item .post-item-body .meta { display: none; }

  • Gdiarra replied

    Thank you for the reply / But  I just wanted to remove the Author's name

    This code removes everything...

  •  2,010
    Ocean replied

    Sorry, you can use this code instead of:

    .post-item .post-item-body .meta p:last-child{ display: none; }

  • Gdiarra replied

    I just tried the code you wrote and unfortunately it doesn't do anything.

    The Author's name and everything else remains..

  •  2,010
    Ocean replied

    Please send me link your website to check.

  •   Gdiarra replied privately
  •  2,010
    Ocean replied

    Hi, this isn't wesbite which use Magnis theme. Please check.

  • Gdiarra replied

    Hi, I assure  you and I'm 100% positive it is the Magnis theme. 
    I purchased it and activated the theme on my wordpress account. Please see the attachment for the proof that it is the Magnis theme.

    www.cbep.ca / Please click the link again

    Thank you

  •  2,010
    Ocean replied

    Hi,

    Please remove this css code: 

    .post-item .post-item-body .meta { display: none; }

    Then add new code:

    .post-item .post-item-body .meta p:first-child{ display: none; }

  • Gdiarra replied

    Awesome!!! Now it worked!

    Thank you sincerely and best of luck with the rest of the Tickets.