====== Unify Template FAQ ====== This document lists frequently asked questions about the Unify Template designed by [[https://htmlstream.com/|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. * [[https://htmlstream.com/preview/unify-v2.6.2/|Unify v2.6.2]] is used for https://bsuite365.com/ * [[https://htmlstream.com/preview/unify-v2.6.2/|Unify v2.6.2]] is used for https://bsuperiorsystem.com/ **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 **Q) How to set the font weight and size?** //Answer//: Font weights in Unify template are defined by classes in unify-globals.css,such as * .g-font-weight-600 * .g-font-weight-500 Font sizes in Unify template are defined by classes in unify-globals.css,such as * g-font-size-16 * g-font-size-18 For //
//, the font is also set by class “lead”. Removing class “lead” decreases the font size of a paragraph. For example //
Sample Paragraph
// For headers like H1 and H2, the font size can be adjusted by classes like h2, h3, h3 etc. For example, //
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
===== Useful Links =====
* Blog (coming soon)
* [[https://docs.google.com/document/d/1XaJFAgXC95Gt9Okt7WPGBz-5ZJv-zX3o4lFXmZJey2s|Related Google Docs]] (access is required)
* Website design services (coming soon).