Answers: Advanced - Module 4 Facets and Filters Module

My report card says I have not updated the CSS to hide the Facets title.

Step 14 says to add this to your static > scss > answers.scss file:

.yxt-FilterBox-titleContainer
{
display: none
}

Below is a copy of my complete answers.scc file:

.Answers
{
// insert Answers scss here e.g.
//&-nav {
// padding-top: 32px;
//}
.HitchhikerCTA
{
border: 1px solid var(–yxt-color-brand-primary);
padding: 8px;
margin: 0px 8px;
}
.yxt-FilterBox-titleContainer
{
display: none
}
}

Can you please let me know what I am missing? I have tried adding a semi colon after “none” but that also did not work and was not included in the code it said to copy.

Thank you

Hi @Carolyn_Gorick did you commit your changes to the repo? I’m seeing the below in your answers.scss file:

.Answers
{
// insert Answers scss here e.g.
//&-nav {
// padding-top: 32px;
//}

.HitchhikerCTA
{
border: 1px solid var(–yxt-color-brand-primary);
padding: 8px;
margin: 0px 8px;
}

}