bushwick theme: removing posts data
-
Hey,
could you please tell me how to remove info just under the post – i mean “posted X hours ago.”The blog I need help with is: (visible only to logged in users)
-
If you want to leave in the byline with the link to the author archive then try this:
footer.entry-meta { visibility:hidden; position:relative; } footer.entry-meta .byline { visibility:visible; position:absolute; left:0; }If you want it all removed then go for this instead:
footer.entry-meta { display:none; } -
- The topic ‘bushwick theme: removing posts data’ is closed to new replies.