Desativar data do post – blog
-
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.
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