Hi why dos't the breadcrumb work?
and how do I add it

Comments

Jeff Burnz’s picture

Title: Hi ned some help!!!! » Breadcrumb set to display:none in CSS; how to change?

Just change some CSS:

In the file - genesis_darkmatter.css (approx line 324)

#breadcrumb {
display:none;
margin:0;
}

to

#breadcrumb {
margin:0 0 0.5em;
}

Next time please use a descriptive title relevant to your issue.

Jeff Burnz’s picture

Status: Active » Closed (fixed)