Why is this simple CSS not working (remove breadrumb on one page)

I'm not a coder but fund this on the thread here and seems to work for others but I can't get it to work for me.

Just trying to remove the breadcrumb on one page (see attached). I updated the secene to match the page but no luck.

 

![](upload://q4ZKjQJbij5FADREXlG0Livgqsf.png)

 

oh my goodness, thank you so much! I feel like a dork

Thank you both.

Hi Kim,

If you want to use CSS to hide the crumbtrail, here is the CSS code:

.kn-crumbtrail {
visibility:hidden;
}