Okay
  Public Ticket #347355
Hide blog post date within post
Closed

Comments

  • Carl started the conversation

    Using custom CSS i've hidden the date from the main blog page, but I can't seem to hide it in each post underneath the heading.

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single #single-below-header span.meta-date {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Carl replied

    That's awesome thanks Tahir!