How to remove the loading bar in Financial Business template

GK User
Fri May 18, 2012 3:04 pm
Good afternoon:
I installed the template Financial Business.
In "header 1" is the module Image Show GK4.
I want to remove the loading bar appears and leave only the image. How I can do?.
Sincerely,
User avatar
Fresh Boarder

teitbite
Mon May 21, 2012 8:17 am
Hi

Please add this code to css:

Code: Select all
.gk_is_wrapper-template .gk_is_timeline {
    display: none;
}
User avatar
Moderator

GK User
Fri Jun 08, 2012 11:36 am
thank you very much
User avatar
Fresh Boarder

teitbite
Fri Jun 08, 2012 4:21 pm
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Tue Jun 19, 2012 11:33 am
hi
I have similar question. On site www.transeo.net.pl in nsp_image modul I want to remove date, but I tried to put this code to file style.css in modules/mod_image_show_gk4/styles/gk_financial_business/ but nothing happends...
User avatar
Senior Boarder

teitbite
Tue Jun 19, 2012 12:59 pm
Hi

In Your case the code would be:

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


and You can add it to override.css not to a module itself.
User avatar
Moderator


cron