Home Forums WoodMart support forum How to remove meta data on blog page

How to remove meta data on blog page

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

    Andrewslabbert
    Participant

    Good day.

    I would like to remove the meta data of all posts from the blog page.
    Please view screenshot attached for clarification.

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

    Hello,

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

    body .wd-entry-meta {
    display:none;
    }

    Best Regards

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