- Posts: 8
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
I just wanted to add 'my_colours.css'
<option value="css/variations/my_customversion_of_sea_green.css">My Custom Sea Green</option> <option value="css/variations/sea_green.css">Sea Green</option> <option value="css/variations/my_customversion_of_sea_green.css">My Custom Sea Green</option> <option value="css/variations/apple_blossom.css">Apple Blossom</option> <option value="css/variations/bay_of_many.css">Bay of Many</option> <option value="css/variations/black_pearl.css">Black Pearl</option> <option value="css/variations/free_magenta.css">Free Magenta</option> <option value="css/variations/purple_tentacle.css">Purple Tentacle</option> <option value="css/variations/sunset_orange.css">Sunset Orange</option> <option value="css/variations/skyline_blue.css">Skyline Blue</option>
holch wrote: The templates that ship with Limesurvey should not be touched. This is why they are (or at least were) in a different folder than custom templates.
This is why you are supposed to make a copy of one of these templates via the template editor, when you want to modify things. This isn't rocket science.
Now you are playing with the idea to basically add a new color scheme, which is slightly different than to just change the colors of a template, you are adding a feature to a template, which might involve some more than just changing a CSS file, depending on how this theme was created and the function to change color schemes was implemented.
At the beginning the template system of Wordpress was very simple, but also very limited. Today there are lot of things that you can do in a theme, but at the same time it has become a lot more complex to change a template for someone who doesn't have much experience in coding.
I have the same issue. Before it was simple to change the templates in Limesurvey and I could easily do it with my HTML/CSS/PHP skills. Today, with my skills being rusty and the system becoming more powerful (but also more complicated) it is not easy for me anymore.
I am not completely stupid.
It just shouldn't be this awkward and cumbersome and obscure.