Remove date on Gavick modules

GK User
Sat Jan 28, 2012 12:14 pm
Dear Sirs,
I would like to know if it's possibile to remove the date of all Gavick modules in this template and to move the title of item more on the left (instead of the date).
For to know the module please look the attachments.
Thank you.
User avatar
Senior Boarder

GK User
Sat Jan 28, 2012 2:08 pm
Hi.
To disable date you need to go to modules / mod_news_pro_gk4 / interface / css / style.portal.mode.3.css and there find the following line:
Code: Select all
 .nspMainPortalMode3 .nspTitleTab .nspDate { float: left; font-size: 11px; color: #b3b6b7; padding: 0 20px; border-right: 1px solid #e5e5e5; line-height:12px; height: 12px; margin-top: 15px; }

and change it to:
Code: Select all
 .nspMainPortalMode3 .nspTitleTab .nspDate { display: none; }

Title will automatically move left.
User avatar
Platinum Boarder


cron