Home Forums WoodMart support forum How to delete date in picture blog

How to delete date in picture blog

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

    EQUIPEMENTSPRO
    Participant

    Hello,

    Where can i can i delete the date from every blog publication
    As you can see in attach file

    Thanks for your help

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

    Luke Nielsen
    Keymaster

    Hello,

    Enter the below CSS to the “Global Custom CSS” area in Theme Settings -> Custom CSS for hiding the date.

    .blog-post-loop .wd-post-date,
    .single-post .wd-post-date {
        display: none;
    }

    Kind Regards

    #343623

    EQUIPEMENTSPRO
    Participant

    Thanks for this, that ok for multi display Blog.
    But that not ok for display one blog

    #343777

    Luke Nielsen
    Keymaster

    Hello,

    My apologies, I have changed the above custom code, now it also hides the date on the single post page.

    Kind Regards

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