Okay
  Public Ticket #462615
how to hide author post and date
Closed

Comments

  • sara started the conversation

    Hi Theme Nectar,

    i would like to hide the author name "by admin" and the data "Luglio 15, 2014" on the thumbnail.

    http://www.cardcard.it - can you help me please?

    Thank you

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #post-area.masonry.meta_overlaid article.post .post-meta,#post-area.masonry.meta_overlaid article.post .meta-author {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • sara replied

    Yes! It works.

    Thank you!