Closed (fixed)
Project:
Sky
Version:
6.x-3.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Aug 2009 at 00:50 UTC
Updated:
18 Aug 2009 at 02:13 UTC
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
Comment #1
aimutch commentedIs 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?
Comment #2
BetaTheta commentedWow, 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.
Comment #3
aimutch commentedOften, it's the little stuff. Glad to hear you got that working. I'll close this out.