How to remove the post metadata in Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
Hiding the link from the "Posted on" date in Zelle
Please navigate to Appearance->Customize->Additional CSS and add the following code:
.single-post .entry-meta { display: none; }
Save the changes and that's it!