Remove Date in style.portal.mode.2.css

GK User
Fri Feb 03, 2012 12:58 am
I have successfully removed the date in other News mods, but can't seem to do this in this css file. Any ideas?

thanks
User avatar
Expert Boarder

GK User
Fri Feb 03, 2012 2:08 am
Following info is for Date in Portal Mode 2 css.
File: /modules/mod_news_pro_gk4/interface/css/style.portal.mode.2.css
Line: 39
Code: Select all
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline .nspInfo { color: #b3b6b7; float: left; font-size: 11px; border-right: 1px solid #eaeaea; margin:18px 0; height:12px; line-height:12px; padding-right:10px; margin-right:10px; }

Changing code to below will hide date.
Code: Select all
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline .nspInfo { display:none; }


See you around...
User avatar
Platinum Boarder

GK User
Fri Feb 03, 2012 2:30 am
Thanks again. I added your code to line 40 and it worked perfectly.
User avatar
Expert Boarder

GK User
Fri Feb 03, 2012 4:26 am
No problem at all , for your information you can replace line 39 with added code so you don't waste resources by rendering line 39 then hiding it with 40. Just delete 39 and keep line 40 ;)

See you around...
User avatar
Platinum Boarder

GK User
Wed Feb 08, 2012 1:05 am
thanks again
User avatar
Expert Boarder

Konrad M
Wed Feb 08, 2012 9:11 am
All changes I advise add to override.css It let you keep your changes if you will want to update module or template.
User avatar


cron