disable date from Lastest Article – Mobile Plugin Version

Posted in: Newspaper
Post count: 23

I want to disable the date on frontpage mobile plugin version

See the example
https://snag.gy/Rjynwm.jpg

I can remove the date via CSS in Desktop Version well with this code

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

But, not work in Mobile Plugin Version

I running on 9.7.4 Newspaper version
Thanks

Post count: 18283

Hello !

You will have to post that code in Theme Panel – Mobile Theme – Custom Code: https://www.screencast.com/t/0IE0OfH6Z1Fd

Thank you !

Post count: 23

the code is set in Mobile Theme, custom code
https://snag.gy/be0G9t.jpg

but the dates continue to appear
https://snag.gy/Rjynwm.jpg

Thanks!

Post count: 35449

Hi CRiTiCAL,

Please try this custom css to remove the date from the mobile homepage ( and all blocks that have the homepage module )
-> http://prntscr.com/oiaojv
.td_module_mob_1 .td-post-date{
display: none;
}

The code need to be set in the mobile theme -> https://www.screencast.com/t/0IE0OfH6Z1Fd also please clear all cache after you set this code.

Hope this will help you!
Thank you!

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