I want to remove the "Posted on by" from my posts
-
What CSS code do I need to remove the clock and above text from my posts?
I’m using the Theme “Organization”
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can add this to your CSS:
.post-author p { display: none; }Let me know if you have any questions with this!
-
-
- The topic ‘I want to remove the "Posted on by" from my posts’ is closed to new replies.