Home Forums WoodMart support forum Date on Blog Post?

Date on Blog Post?

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

    Andre
    Participant

    We are using a plugin that creates a gift registry and the pages it creates are styled as ‘blog posts’.

    However blog posts have the added ‘date’ in the top left as a little square on their actual page. Is there a way to disable that on the actual post page itself? We like it in the grid overview but would like it to be hidden on the actual blog page itself.

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

    Hung Pham
    Keymaster

    Hi Andre,

    Thanks for reaching to us.

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    body.blog .blog-post-loop .post-date{
    	display: none;
    }

    Regards,

    #521033

    Andre
    Participant

    Hello,

    This css code only affects a listing of blog posts. We want it to remain there. We wish to only remove the date on an actual blog post. We are including a url to show you which page we want it removed on.

    Thanks!

    #521092

    Hung Pham
    Keymaster

    Hi Andre,

    Please use below Custom CSS code.

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

    Regards,

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