Skip to content

q-verse/qverse-theme

Repository files navigation

qverse-theme

This repo is copied from edly theme repo. For details, you can always refer to https://github.com/edly-io/edly-edx-themes.

To enable colors and branding use the following configuration for LMS, CMS and Ecommerce in adminsite configuration.

{
  "COLORS":{
    "primary":"#853111",
    "secondary":"#853111"
  },
  "FONTS":{
    "base-font":"Open Sans, sans-serif",
    "heading-font":"Open Sans, sans-serif",
    "font-path":"https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
  },
  "BRANDING":{
    "logo":"https://edly-cloud-static-assets.s3.amazonaws.com/esut/logo.png",
    "favicon":"https://edly-cloud-static-assets.s3.amazonaws.com/esut/favicon.ico"
  }
}