How to change theme/colors
-
- Newbie
- Posts: 6
- Joined: Mon Aug 14, 2017 6:51 pm
- Version: forma.lms 1.4.2
How to change theme/colors
Love the package - install went fairly smoothly (glitched on mime type so had to edit php.ini and glitched on sql strict so had to edit global vars in MySQL) and everything works fine.
But now I need to customise it so it fits in with the look and feel of my site but cannot figure out how to do it "properly". I would like to avoid just ripping the guts out of your code and manually changing everything myself. So what is the right way to change colors, fonts, styles, logos, etc?
But now I need to customise it so it fits in with the look and feel of my site but cannot figure out how to do it "properly". I would like to avoid just ripping the guts out of your code and manually changing everything myself. So what is the right way to change colors, fonts, styles, logos, etc?
Re: How to change theme/colors
Hi, welcome on board!
logos and images can be found under the following folders:
templates\standard\images
templates\standard\images\login
The styles are all CSS, so you should edit them, if you wish to change colors etc.
logos and images can be found under the following folders:
templates\standard\images
templates\standard\images\login
The styles are all CSS, so you should edit them, if you wish to change colors etc.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
-
- Newbie
- Posts: 6
- Joined: Mon Aug 14, 2017 6:51 pm
- Version: forma.lms 1.4.2
Re: How to change theme/colors
Thanks so much Mass and thanks for putting in the time to help support this software.