Exclude breadcrumb from home page

Heya all,

I’m trying to get rid of the breadcrumb on my homepage, but want to keep it on another page.

How can I single out the class selector in CSS again?

When I apply the following CSS

`#main ul.breadcrumbs {
display: none;
}`

to my external style sheet, all of the breadcrumbs are affected. I only need it to affect on the homepage.

Any clues how to target the right selector?

Is that album only showing on the Home Page? If so,try disabling the breadcrumbs in the album settings under the Features tab.

But if you do want to target that page specifically with css, Backight creates a group of body classes that you can use.
See this:

Thank you Rod, that css page explanation worked!