Tagged: Blog Post Dates
Is it possible to remove the published date from Posts? If ‘yes’- How?
Hi becci,
Go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
span.date { display: none; }
Thank you!