Date module delete "News Show Pro GK4"

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Mar 05, 2013 1:35 pm
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!
User avatar
Expert Boarder

Konrad M
Tue Mar 05, 2013 2:15 pm
Hi,
please add to override.css
Code: Select all
.nspMainPortalMode3 .nspTitleBlock .nspArtMore {
  margin:0 !important;
}
.nspMainPortalMode3 .nspTitleTab .nspDate {
    display: none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Mar 07, 2013 10:57 am
Hi!

sorry, but does not work as you say

What I can do?

Thanks!
User avatar
Expert Boarder

Konrad M
Thu Mar 07, 2013 3:22 pm
Please give me url to your site with this NSP module.
User avatar

GK User
Thu Mar 07, 2013 6:18 pm
Hi

Here the URL: http://tienda.tartasparaimpresionar.com/

Thanks in advance! :)
User avatar
Expert Boarder

GK User
Thu Mar 07, 2013 6:23 pm
I've just test to made the changes directly in the style.portal.mode.3.css and it works, then I think the problem is I'm not using the good override.css file...
User avatar
Expert Boarder

GK User
Thu Mar 07, 2013 6:44 pm
I've just found it in /css/override.css

Thanks a lot :)
User avatar
Expert Boarder


cron