Home Forums Basel support forum How do i remove the date and category on the images of my blog posts?

How do i remove the date and category on the images of my blog posts?

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

    redplumdigital
    Participant

    How do i remove the date and category on the images of my blog posts? see screenshot

    Attachments:
    You must be logged in to view attached files.
    #158676

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .blog-post-loop .post-date  {
    display:none;
    }
    .blog-post-loop.has-post-thumbnail .meta-post-categories {
    display:none;
    }

    Best Regards

    #159951

    redplumdigital
    Participant

    thank you. this is resolved.

    #159976

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)