Home › Forums › WoodMart support forum › Desativar data do post – blog › Reply To: Desativar data do post – blog
September 17, 2023 at 6:58 pm
#496767
Elise Noromit
Member
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