How to remove date on sidebar for block 3?

Posted in: Newspaper
Post count: 10

Hi, I want to remove data on block 3, but I can’t find, please help me, thank you very much!

Look at: http://www.screencast.com/t/ukUac3jsU

Then I want to reduce the height for two pictures continuous.

Thank you!

Post count: 23312

Hello suipowers,

Please try the code below and place it in Custom Css area, like this: http://screencast.com/t/QSomZN6xkp

.td-pb-span4 .td_module_1 .td-post-date {
display:none;
}
.td_module_1.td_module_wrap{
padding-bottom:0;
}

The result you should see here: http://screencast.com/t/V3mazwMmmoLM

If you want to hide the date, everywhere appears block 3, you can use the same above code, without .td-pb-span4 http://screencast.com/t/lNdCXi1yW

If is not what you mean, please provide more details about this.

Hope this helps and let us know how it goes!

Thank you!

Post count: 10

Great, thank you very much

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