Is there a way to hide date for one category only ?

Posted in: Newspaper
Post count: 140

need to hide date for one category only …

thanks

Post count: 854

hi,

identify the category: http://screencast.com/t/cQwZXiUqLEN

in this example I use category : documente (id: 236)

then use this css:

.category-236 .entry-date {
 display:none;
}

Thanks for you message.
Radu A.

Post count: 140

the code doesnt work … date still shown ..

please advise ..

thanks

Post count: 3343

Should work see here: http://screencast.com/t/jWvO9NDAZO

.td-sp-ico-comments {
    margin-left: 0 !important;
}
.category-236 .td_mod5 .entry-date {
    display: none;
}

Thanks!

Post count: 140

thanks .. that works …

the date its still shows when you read the post …

any change to remove it there too ?

thanks

Post count: 854

Hi,
unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features
for all the users. You can always get a freelancer from sites like: http://www.envatostudio.com/

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