Disable topics on blocks

Posted in: Newspaper
Post count: 11

hi can i disable topics(title) on blocks. if possible please tell me how to do it.

  • This topic was modified 8 years by broinfo.
Post count: 23312

Hello broinfo,

Sorry but the theme does not have any such an option that allows you to hide the post titles on the blocks but you can try using some custom CSS code for that. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-title{
display:none;
}

Thanks.

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