Okay
  Public Ticket #1480988
H2 remove date and like in blog posts
Closed

Comments

  •  1
    Wolfgang started the conversation

    How do I remove the date and like on the blog post overview? This apparently is new in the latest update.

    Thanks!

  •  8,468
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .post-area.masonry article.post .post-meta {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Wolfgang replied

    Thanks for quick reply, Tahir. It works!