Hi guys,
Can I please get the CSS that's necessary in order to hide the date on my blog posts?
Thanks,
Peter
Hi guys,
Can I please get the CSS that's necessary in order to hide the date on my blog posts?
Thanks,
Peter
Hi Peter,
Try to add this code inside Quick CSS or custom.css:
.date-container {
display: none;
}
Hope this helps. :)
Regards,
Ismael
Yep, that did it. Thanks so much Ismael!
Peter
Hi Peter,
Glad we could help. :)
Cheers,
Ismael
This topic has been closed to new replies.