Home › Forums › Support › How to remove the date and author name from sticky post on blog › Reply To: How to remove the date and author name from sticky post on blog
April 8, 2016 at 8:46 am
#185340
Lead Developer
Lead Developer
Hi Kay,
Your best bet is probably this little piece of CSS:
.sticky .entry-meta {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Let me know if you need more info 🙂