Remove date on Block 8

Posted in: Newsmag
Post count: 48

Hi,
I am using Block 8 on my home page sidebar and want to remove the Date on this particular block. What CSS i should use to remove it?. I don’t want to do it from Block Setting as it removes date from all blocks/modules but only the specific block 8

Post count: 23312

Hello m0re,

If you want to hide the post date only for a specific block 8 you should use a bit of CSS code to do it. Also, to be more specific you should use the page ID for your desired page where you want to hide the date, like this -> http://screencast.com/t/JcojOIxYk

Hope this helps!

Thanks for the message!

Post count: 48

Thanks it worked on the Home Page where I gave the page ID in CSS but what about on Single post sidebar because the same block is on display in the sidebar on every post. What CSS will work in this case? my URL is http://www.morenews.pk

Post count: 23312

Hello m0re,

Do you are using the Visual Composer for posts? In this case, you should use the same code, like this ->

.td-pb-span4 .td_block_8 .td_module_7 .td-post-date{
display:none;
}

The results ->http://screencast.com/t/xkTCyVLo7Od

Hope this helps!

Thaks for the message!

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