Home Forums WoodMart support forum problem hiding dates in all web content Reply To: problem hiding dates in all web content

#152342

Most Welcome,

To hide the comment counter you can use the below CSS code in your global custom CSS area under theme settings:

body .blog-post-loop .woodmart-entry-meta .meta-reply{
display:none;
}

And to hide the share icons from blog page you can use this CSS code:

body .blog-post-loop .hovered-social-icons{
display:none;
}

To hide the share buttons from the single post page you can disable the “Share buttons” option from Theme Settings >> BLOG

Screenshot for clarification: https://jmp.sh/aiaOt78

Best Regards.