Hi
I’ve got this code in my CSS, but the post dates are still showing. How can I remove them?
.single-post .date-container {display:none !important;}
Many thanks
Sorry, I’ve now changed the URL. I’ve also checked the blog layout settings in the theme options and unchecked blog post date, but dates are still showing
Hi again!
I’ve now managed to remove the date using this CSS:
.blog-author, .date-container, .text-sep-date, .text-sep-cat,.slide-meta {
display: none !important;
I’d like to remove the category too though please – what do I need to add?
Thanks
Hi!
Please flush browser cache and refresh your page a few times. Post dates do not show up on my end. Attached a screenshot in private content field below :)
Edit: Please add following code to Quick CSS
.html_modern-blog #top .post-entry .blog-categories { display: none !important; }
Cheers!
Yigit