Removing date only from posts
-
Reading the forums I have been able to remove the dates by adding the below code to the Custom CSS Styles.
.entry-date { display: none; }
That works, but leaves this at the top of the post “Posted on by” and then the author. All I really want to do is now remove the “on” of the “Posted on by” to just say “Posted by” and then the author name.
I don’t want to use
.entry-meta { display: none; }
Because that removes the author too, and I want to keep this because we have a few authors on the site.
Could someone point me to the right piece of code to add to the custom style css
The theme is Catch box
Example post from my site:
https://www.gettingstamped.com/2014/09/28/the-best-travel-camera-bag-for-a-dslr-camera/
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing date only from posts’ is closed to new replies.