Hi!
I need to eliminate the date in my module "News Show Pro GK4".
I would like to eliminate all the column in which the date is shown. The idea is make the article bigger with more space.
Thanks!
.nspMainPortalMode3 .nspTitleBlock .nspArtMore {
margin:0 !important;
}
.nspMainPortalMode3 .nspTitleTab .nspDate {
display: none;
}