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