Home Forums WoodMart support forum Request to Remove Author Name, Date, and Comments Section from Blog Posts

Request to Remove Author Name, Date, and Comments Section from Blog Posts

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

    tharana.website
    Participant

    I’m currently using the WoodMart theme and would like to remove the author name, date, and comments section from my blog posts. Could you please guide me on how to achieve this?

    Here’s what I’m looking for:

    Hide the author name.
    Remove or hide the publication date.
    Remove or hide the comments section.
    If there’s a built-in option or a recommended code snippet/CSS adjustment, I’d appreciate any detailed steps or instructions you can provide.

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

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below in Theme Settings -> Custom CSS:

    .blog-post-loop .wd-entry-meta,
    .blog-post-loop .hovered-social-icons,
    .single-post .wd-post-meta {
        display: none;
    }

    Kind Regards

    #640504

    tharana.website
    Participant

    I added this code, and now the above details are hidden. Thank you for your support.

    #640513

    Luke Nielsen
    Keymaster

    Hello,

    You’re very welcome! I’m glad the solution worked for you. If you need any further adjustments or have any other questions, feel free to ask. We’re always happy to help!

    Kind Regards

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

The topic ‘Request to Remove Author Name, Date, and Comments Section from Blog Posts’ is closed to new replies.