Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #929785

    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

    #929788

    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

    #929793

    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

    #929796

    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

    • This reply was modified 6 years, 7 months ago by Yigit.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.