Hi,

so I got a subtheme based on Sky working on my site. When I use Sky, breadcrumbs are disabled as per the settings. However when I use the subtheme, breadcrumbs are not disabled.

I tried using

.breadcrumbs {
display: none;
}

but that didn't seem to work

Comments

aimutch’s picture

Is your site online where we can look at it? Do you know how to use Firebug to confirm that the content being displayed is using that CSS for display?

BetaTheta’s picture

Wow, I feel like such an idiot. Thanks aimutch; so I rechecked with firebug and the class for breadcrumbs is breadcrumb, not breadcrumbS. I changed it in my subtheme, cleared cache and it works.

aimutch’s picture

Assigned: Unassigned » aimutch
Status: Active » Closed (fixed)

Often, it's the little stuff. Glad to hear you got that working. I'll close this out.