How to Remove Block 9 Date

Posted in: Newspaper
Post count: 225

How to Remove Block 9 author name, Date and comment counter. See this:

Post count: 23312

Hello Arafat,

Please try the code below and add it in Theme panel->Custom CSS area.

.td_module_8 .td-module-meta-info {
display:none;
}

The result: http://screencast.com/t/lrhS3MoM

Thank you for the message!

Post count: 225

How to remove huge space on between two post

Post count: 23312

Hello Arafat,

If you want to reduce that space, you should try to use the code below like this:

.td_module_8 {
padding-bottom: 8px;
margin-bottom: 0px;
}

The result: http://screencast.com/t/k2hOe9r4tZV

Thank you for the message!

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