Hi Bogdan, Thanks for the quick response!
It’s on the standard responsive / desktop version: https://goo.gl/FVo9BF
Thank you!
The date is also visible at posts in the sidebar on the right: https://goo.gl/IQfe3b
‘show date’ option in admin is off 
Hi
Are you referring at posts displayed in more article box: http://screencast.com/t/nuI0fBXDbq If so you can hide the date using this css: http://screencast.com/t/iiWAaH2w6W
.td-content-more-articles-box .td-post-date {
display: none;
}
Let us know how it goes.
Thanks!
Having the same issue on our site–the Author, Date, and Comments all now show for every post, even though those switches are turned off in the the theme settings.
I’ve already gone ahead and added the proper CSS to our Child theme to correct this, but was wondering if it was something with my site or the update that is causing the switches to not work.
Thanks!
Same issue one another newspaper site: https://goo.gl/qiSKPG
The publish date is below the thumbnails / images since 7.3
Hi,
The code works even on the site you mentioned. Look: http://screencast.com/t/VNsflCOkqM
Please make sure in your custom css box that you closed all the previous css tags. and add the code after a closing tag.
I have tested the option from the theme panel on our end and it seems to work but maybe you missed the new feature added: http://screencast.com/t/kQFIEhBT now the post author and date on modules and blocks has been split in 2 options. One is on post settings for posts only and the other is here: http://screencast.com/t/kQFIEhBT for modules and blocks. I think this is the cause of the post date and author. http://screencast.com/t/rneS3ZiiHhEZ
Let us know how it goes.
Thank you!


