Hide breadcrumb module

GK User
Tue Jan 17, 2012 1:59 pm
Hi,
I would like to puclicate a module (breadcrumbs) but at the same time I want hide it in all site.
I need the module publicated but I don't want see it (his position mi my site)
I should change any css file? Or not?
Thank you for your reply.
User avatar
Senior Boarder

Konrad M
Tue Jan 17, 2012 2:29 pm
Hi
Try add to override.css
Code: Select all
#gk-breadcrumb {
display:none;
}

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

GK User
Tue Jan 17, 2012 7:58 pm
Hi,
thank you for your reply.
Unfortunaly, I tried with your advice but unfortunaly it doesn't work.
The "text" doesn't appear but the "bar" of breadcrumb module yes.
How can I resolve it?
Thank you.
User avatar
Senior Boarder

Konrad M
Wed Jan 18, 2012 4:03 pm
Change code I sended you to
Code: Select all
#gk-breadcrumb-mainbody {
display:none !important;
}
User avatar

GK User
Wed Jan 18, 2012 5:08 pm
Thank you.
Now its perfect.
Only onother thing please. At the moment the complete map in breadcrumbs is visibled only when I roll-over with the mouse. I would like to have the bar (map) always opened without roll-over with mouse. It's possible?
Thank you.
User avatar
Senior Boarder

Konrad M
Thu Jan 19, 2012 9:44 am
Can you give me url to your site?
User avatar

GK User
Thu Jan 19, 2012 7:01 pm
Hi,
unfortunaly i have the website in local.
I think that it could be a css setting but I'm not sure.
Have you understand the problem?
Only if I pass only the bradcrumbs it opens the complete map if not it compares only "Home".
Thank you
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.