No Results styling

I’ve been trying to update the No Results header to be all bold, but I can’t get certain parts of it to do so:

I’ve tried to target more granular and less granular classes, and both didn’t work. This is what I ended up with:

Any thoughts why the emphasized text isn’t bolding?

Thanks,
Ariana

Hey Ariana,

Looks like you’re missing a period in front of the second class. Once you add those, you should be good to go! It should look like this:

.yxt-AlternativeVerticals-noResultsInfo, .yxt-AlternativeVerticals-noResultsInfo--emphasized {
}
1 Like