Site Tools


Hotfix release available: 2026-07-14c "Mort". upgrade now! [57.3] (what's this?)
Hotfix release available: 2026-07-14b "Mort". upgrade now! [57.2] (what's this?)
Hotfix release available: 2026-07-14a "Mort". upgrade now! [57.1] (what's this?)
New release available: 2026-07-14 "Mort". upgrade now! [57] (what's this?)
Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
website-team:faq:unify-template-faq

This is an old revision of the document!


Unify Template FAQ

This document lists frequently asked questions about the Unify Template designed by HTMLStream, which is used in the bSup websites.

This document is intended for the bSup development team. If you are interested in Website solutions, please contact us through the Website Design Services page.

Q) What version of unify to use?

Answer: For each website, a different version of the Unify template might be used.

Q) How to change the font color?

Answer: Font colors in Unify template is defined by classes in unify-globals.css,such as

  • .g-color-white
  • .g-color-blue
  • .g-color-black

For <p>, the font is also set by class “lead”. Removing class “lead” decreases the font size of a paragraph. For example

<p class=“lead”>Sample Paragraph</p>

Q) How to set the font weight?

Answer: Font weights in Unify template is defined by classes in unify-globals.css,such as

  • .g-font-weight-600
  • .g-font-weight-500

Q) How to set margins?

Answer: Margins in Unify template is defined by classes in unify-globals.css,such as

  • .g-mb-40 (bottom margin)
  • .g-mb-45 (bottom margin)
  • .g-mt-32 (top margin)

Q) How to set paddings?

Answer: Paddings in Unify template is defined by classes in unify-globals.css,such as

  • .g-py-100 (both top and bottom padding)
  • .g-py-105 (both top and bottom padding)

Q) How to set background colors?

Answer: Paddings in Unify template is defined by classes in unify-globals.css,such as

  • .g-bg-gray-light-v5
  • .g-bg-gray-dark-v1

Q) How to set icons?

Answer: The template is using the free version of Font Awesome. Please search for your font in https://fontawesome.com/.

  • Blog (coming soon)
  • Related Google Docs (access is required)
  • Website design services (coming soon).
website-team/faq/unify-template-faq.1588918735.txt.gz · Last modified: 2026/06/26 08:49 (external edit)