Home Forums WoodMart support forum i have a glitch in removing date and author from posts

i have a glitch in removing date and author from posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323221

    BP1989
    Participant

    hi,

    i have used a plugin called wp meta and date remover.

    i need help for a code instead of the plugin to remove date, author from all posts page, featured image, recent posts

    I used Custom CSS

    .blog-design-masonry.has-post-thumbnail .post-date {
    display: none;
    }

    worked for the homepage – but the glitch remains in the featured images

    kindly help me – pfa image

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

    Hello,

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

    .post-single-page.has-post-thumbnail .article-inner>.entry-header {
        display:none;
    }
    body .wd-entry-meta .meta-author {
    display:none;
    }

    The related posts are disabled in the Theme Settings > Single Post. https://gyazo.com/e1b77eccb735394ac1a2f0a997c486e7

    If you have any questions please feel free to contact us.

    Best Regards

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