On my site www.wernemercoach .nl I have the module GK News. Can sombody tell me how I can delete the date to this accordian news.
Ton
Don Lee wrote:Hi,
Please correct your site URL!
.nsp_main_portal_mode3 .nsp_title_tab .nsp_date {
display: none;
}
mikeMB wrote:Hi.
Please try to add this code to override.css file:
- Code: Select all
.nsp_main_portal_mode3 .nsp_title_tab .nsp_date {
display: none;
}