Custom CSS styling

On the Enterprise plan, you can add custom CSS styling to the public portal for your Noora workspace. This setting can be found in the Admin section, by clicking Portal. 

You can add any valid CSS here, for example, to set the font to Comic Sans, you can enter:

.body {
  font-family: "Comic Sans MS";
}

If you need help styling your portal, or would like to see additional class names added to the public portal's HTML structure to make styling even easier, just reach out to us and we'll be happy to help.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.