How can i remove date?

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Tue Jul 03, 2012 9:23 pm
I dont want date, category author or any other information on the assigned places in the picture attached, how can i remove them?
User avatar
Senior Boarder

Konrad M
Wed Jul 04, 2012 8:45 am
Hi,
to remove date in image show please add this to override.css
Code: Select all
.gkIsWrapper-gk_financial_business .gkIsTextTitle span {
display:none;
}

and remember to enable override.css option in template settings.
To remove date in NSP GK4 please go to module settings. In 'ARTICLE LAYOUT' section find 'Info format' option and remove:
Code: Select all
%DATE
User avatar

GK User
Wed Jul 04, 2012 2:15 pm
Done eveything as suggested but only removed date from the right.
The date on the left under the image remains there...

Any more suggestions?
User avatar
Senior Boarder

GK User
Wed Jul 04, 2012 3:54 pm
Resolved...i went to style.css and edited
User avatar
Senior Boarder

GK User
Thu Jul 18, 2013 1:38 pm
Hi, i was not able to remove the date.
style.css. where i can find it and what to do about it?
User avatar
Fresh Boarder

teitbite
Fri Jul 19, 2013 4:59 am
Hi

You do not need to look for specific css file. We have prepared override.css for modifications, so please add this code there:

Code: Select all
.gkIsWrapper-gk_financial_business .gkIsTextTitle span {
display:none;
}


Remember that override needs to be enabled in template settings in order to use this file.
User avatar
Moderator

GK User
Sat Jul 20, 2013 3:19 am
Hi, Thanks for the quick response. I have done that and it doesn't work. I removed #date also from NSP Portal and NSP GK4 suffix " nsp". Whenever mentioned CSS override means only from the advance settings of the template right? If yes, i have done that also.
Image
Image
User avatar
Fresh Boarder

teitbite
Sun Jul 21, 2013 4:23 am
Hi

Please show me Your site. I'll check if this code appears in css and if it's correct.
User avatar
Moderator

GK User
Sun Jul 21, 2013 9:55 am
Hi again, i have been waiting for the response.
http://debyweb.com/site/
User avatar
Fresh Boarder

GK User
Sun Jul 21, 2013 12:05 pm
Additional for my post earlier. I dont see the date below the image slide anymore, i don know how it was happend. Maybe delay from the server.
So, without the date, it seems like the text is too close to the left. How i can add some gap to the right?
And the other date still remaind the same. How to remove all of them?
Image
User avatar
Fresh Boarder

teitbite
Wed Jul 24, 2013 5:17 am
Hi

Yes You can have a cache on server which will delay showing of the changes, but this is a question to Your host provide if such functionality is ON.

Please add this code to css to remove date and set title in right place:

Code: Select all
.gkIsTextTitle span { display:none; }
.gkIsTextTitle a { margin-left: 15px; }
User avatar
Moderator


cron