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

safetypin’s picture

Is 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.

jdln’s picture

Is it possible to stop breadcrumbs from the Omega theme settings for a context? I couldn't see any theme settings anywhere. Thanks

paulocs’s picture

Issue summary: View changes

It 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.

paulocs’s picture

Status: Active » Fixed
paulocs’s picture

Status: Fixed » Closed (fixed)