CSS for custom fonts on pop up boxes

If your custom font isn't being applied to the tags and search pop up boxes for your directory, you can add the following CSS code either to Community Box (under Design > Custom styling) or directly to your website if it allows you to add CSS. For example on Squarepsace, go to Design > CSS. 

/* Add custom font to search and tag pop up boxes */

.cbeb-modal *, [dialogbox] * {
    font-family: 'brandon-grotesque' !important;
}

Replace 'brandon-grotesque' with the name of your font (and if you need help finding the name of it, get in touch with us and we can give you the right format).