Remove post meta

Posted in: Newspaper
Post count: 220

i dont want to display catagory names and timg and comments meta info on this module
http://i61.tinypic.com/2djcfeu.jpg

Post count: 7909

Hi,

If you don’t want meta info and category tag on block 13 where is used module 14(it is used also on block 20) you can use this custom css to hide them: http://screencast.com/t/DBzrRsjlHBmV

.td_block_13 .td-post-category, .td_block_13 .td-post-date, .td_block_13 .td-module-comments {
display: none;
}

If you want to do this for module 14, so it will be applied where this module is used(loop, block13/20) just change .td_block_13 class with .td_module_14

Thanks!

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