How i could hide breadcrumb completely in a given context ? Or if its not possible, how i could inject css with "display: none" in a context ?
Thank you for help
How i could hide breadcrumb completely in a given context ? Or if its not possible, how i could inject css with "display: none" in a context ?
Thank you for help
Comments
Comment #1
safetypinIs it possible to apply a unique body class in a context, and then use CSS to select the breadcrumbs using that unique class? In D6, you can select "theme" as a reaction, and insert custom text into the $body_classes. I'm planning to do this same thing to apply context based coloring for the whole page.
Comment #2
jdln commentedIs it possible to stop breadcrumbs from the Omega theme settings for a context? I couldn't see any theme settings anywhere. Thanks
Comment #3
paulocsIt is possible to add a class to the body like @safetypin said on comment #1 so you can create a css to hide the breadcrumb.
Comment #4
paulocsComment #5
paulocs