Hi @gieboo,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.post-meta .post-author, .post-meta .post-categories, .post-meta .post-date:before { display: none; }
Let me know if that does it.
— Anders
Thank you very much Anders. Is there a possibility to remove “ON” before the date?
@gieboo Yep, with:
.post-meta .post-date span { display: none; }
oh, thanks again. You’re great.
Hi (again – you kindly helped me recently with another issue in another thread!)
I’d like to do something similar to the OP here – I’ve already eliminated post dates using a plug-in, but would like to also remove the author and “on.” The only thing remaining would be “category.”
Can you share the appropriate CSS?
Thank you!