Hi,
I'd like to know is there a way to remove the date when a new news is posted in the user's area. I searched the forum but could not find any solution.
Thanks
| Posted by | Messages text |
|---|---|
![]() Total post : 2 Profile |
Written on : 03/07/2010 21:15 ( more than one month ) Object : News in user area Hi, I'd like to know is there a way to remove the date when a new news is posted in the user's area. I searched the forum but could not find any solution. Thanks |
![]() Total post : 1861 Profile |
Written on : 12/07/2010 15:01 ( more than one month ) Object : Re: News in user area hello, I confirm you that this is not possible until you don't get to edit the code by hand, but you'll have to change it again in the future if you'll update to a new release. If you want you can hide both date and title via css, just adding something like this in one of your template's css files: div.home_news h3.news_title { display: none; } Bye, Docebo Staff |