Remove all dates from all posts
-
Hey guys,
I’m using the traction theme for our website (unlchallenge.com) and want to remove all the post heading dates. We have the custom design option going. what code do i need to use to do this? I want to get rid of all the dates on all the pages.
Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
To remove the post date, try adding the following code into the bottom of your CSS editor:
/* Hide post date */ .main-top-left h4 { display: none; }
I hope this helps! Let us know if you hit any issues.
-
-
No problem at all :). I’ll close this topic now, but feel free to start another if you have any more questions!
- The topic ‘Remove all dates from all posts’ is closed to new replies.