Home Forums WoodMart support forum Remove date from blog post everywhere

Remove date from blog post everywhere

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #444026

    evelina.bend
    Participant

    Hello
    I would also like to remove date from blog post everywhere. I have used this code and it removed all another date but the date still stays

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

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

    maltgeorge
    Participant

    If you want the date removed from all posts then you ca use this:

    .post-date {
    display: none!important;
    }

    #444188

    Hello,

    Please let us know if you still need our help.

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

    Best Regards

    #488120

    evelina.bend
    Participant

    Hello

    Thank you very much, it solved the problem, please close the topic.

    #488326

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

    Best Regards

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

The topic ‘Remove date from blog post everywhere’ is closed to new replies.