Home Forums WoodMart support forum Remove date of entries

Remove date of entries

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #94945

    davidjungle
    Participant

    Hello, I would like to be able to remove the publication date of the articles. So that it is not shown in the search results of the subject or in the corners of the images when browsing the categories.

    #94970

    Hello,

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

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

    Best Regards

    #94982

    davidjungle
    Participant

    Thank you, the date has disappeared in the images but it keeps appearing in the images of the post when entering the entries. Next to the author, like this: Posted by David Jungle On June 28, 2017. Could you also remove the one from there?

    #94994

    Hello,

    Add this code to the Theme Settings > Custom CSS

    body .woodmart-post-date {
        display: none;
    }

    Best Regards

    #95004

    davidjungle
    Participant

    I had already added that code after the previous message, but not as I say the date appears in the entries.

    #95047

    Hello,

    Please provide your site admin access.

    Best Regards

    #95140

    davidjungle
    Participant

    Ok, you have access in private content

    #95158

    Hello,

    I have checked and do not see the date. Please provide the link.

    Best Regards

    #95165

    davidjungle
    Participant

    I attached an image so you can see where it keeps appearing

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

    Hello,

    Please add this code to the Theme settings > Custom CSS:

    .woodmart-entry-meta .meta-date {
     display:none;
    }

    Best Regards

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