Home Forums WoodMart support forum Desativar data do post – blog Reply To: Desativar data do post – blog

#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