Hi,
The author and date are added on the post itself and then grabbed by the other theme elements. If you want to hide it from a certain place, please provide more details to where you want the date removed from.
If a category page is what you are after, you can use this code to remove the author and date from all category pages:
.category .td-module-meta-info{
display:none!important;
}
Thank you!
Hi, I would like to remove them from my homepage which is built with VC.
Hi, I figured it out, but when I use your CSS it removes padding-bottom and the tile sits at the bottom of the picture ie. Big Grid 1 and Block 14 it removes everything. If I may suggest, such things should be a turn on/off rather than custom CSS.
-
This reply was modified 10 years by
yosoftware. Reason: typo
Hi,
seems we are getting there, one more thing, how do I remove comments count from Block 16?
Thank!