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?
- homepage -> breadcrums need to go
- Album page -> breadcrumbs need to stay
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?