- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
LouisGac wrote: LimeSurvey templates are using Bootstrap.
The best way to change color is then to regenerate a Bootstrap CSS file with the generator:
getbootstrap.com/docs/3.3/customize/
(you can set the color variables)
An easier way to do is to choose one of the Bootswatch templates:
bootswatch.com/
In both cases, just add the CSS file to your CSS template directory, and update the template manifest.
It should work.Copy/paste into custom.css doesn't do anything.
I know that only a few user read it.Since LimeSurvey 2.50, the theme engine use Bootstrap 3 as CSS framework. Bootstrap 3 being a standard framework, developers will find a lot of documentation, tutorials and forum threads about it on Internet.