Home Forums WoodMart support forum Desativar data do post – blog

Desativar data do post – blog

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

    olishubb
    Participant

    Olá,

    Como faço para desativar a data das postagens do blog. Segue uma print.

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

    Hello,

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

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

    If you want to hide on a single post, add this code as well:

    body .wd-post-date.wd-style-with-bg {
    display:none;
    }

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

    Best Regards

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