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.
#gk-breadcrumb {
display:none;
}
#gk-breadcrumb-mainbody {
display:none !important;
}