Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1024219
blog date stamp
Closed

Comments

  •  2
    Rachael started the conversation

    Hi.

    I'd like to remove the date/category/comment stamp from the top of blog posts but have been unable to locate where to do that within the theme.  Could you tell me how?  

    Thank you!

  •  361
    Filip replied

    Hello there,

    Can you please tell me if you would like to remove that on the Blog index page or just the individual blog posts? If the first one - what kind of blog layout do you use?

    Kind Regards,
    Veented Team

  •  2
    Rachael replied

    Primarily on the individual blog posts, but I'd like to know for both.  I'm using Blog Masonry Boxed 4.  


  •  361
    Filip replied

    Hi again,

    First of there are few switches in the Theme Options / Blog that let's you manipulate the blog meta section:

    But if you indeed need to hide more then use this CSS code:

    For individual blog posts:

    .single-post.post.blog .dates { display: none; }
    .single-post.post.blog .post-inner { width: 100%: float: none; }

    For blog masonry:

    .blog-style-grid .details p.note { display: none; }

    How to add custom CSS code?

    Kind Regards,
    Veented Team