Home Forums Basel support forum How to remove meta data from single blog post

How to remove meta data from single blog post

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #147158

    noraferg
    Participant

    I figured out how to remove the date from the blogs, but I’d like to have all meta data removed from the blog post (category, author, leave comment line). See attached.

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

    Hello,

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

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

    Best Regards

    #147648

    noraferg
    Participant

    Thank you, that fixed the issue.

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

The topic ‘How to remove meta data from single blog post’ is closed to new replies.