Date in posts and blocks

Posted in: Newsmag
Post count: 45

Hi,

I have two questions:

a) How can I remove date from blocks, also all blocks?

b) How can I change date format in posts? I want to edit it from “Feb 23, 2016” in “23 Febbraio 2016”

Thank you, best regards

DeA

Post count: 6535

Hi

a) Try this css in theme panel > custom code > custom css: http://screencast.com/t/ur0z9vEA3V

.td_block_wrap .td-post-date{
display: none!important;
}

b) Add this parameters j F Y in custom date format field here: http://screencast.com/t/yKWhiVnnDhttp://screencast.com/t/wBrwtLaWPeb

Thanks!

Post count: 45

Good, how I delete dash after author, now?

Thanks!

Post count: 6535

Hi

Try this css: http://screencast.com/t/zFleNRnyyl

.td_block_wrap .td-post-author-name span{
display: none;
}

Let me know how it goes.
Thanks!

Post count: 45

Hi,

It works fine.

Thank you so much!

Best regards,

DeA

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.