Wizards Community
A gathering place of very cool people

How To Change the Default Color for the Graffiti Skittlish Theme

Page Details

Published by:
Rick
on Mon, Aug 25 2008
1 person found this article useful.

100% of people found this useful
How To Change the Default Color for the Graffiti Skittlish Theme

This is how easy it is to do and I hope it helps someone because I really love this theme!

  1. Navigate to \wwwroot\files\themes\Skittlish\ and open up the app.js file.
  2. Locate line 75 in the app.js file (in bold) change it to one of the other predefined colors for example I changed mine to cookie = 'fixed blue' I found the color names in the base.css file in the same folder. The choices are blue, cyan, green, orange, pink, red and violet.

/* el customizer */
function loadPreferences() {
  var cookie = getCookie('skittlish');
  if (cookie == '') {
   cookie = 'fixed orange';
  }

I also want to point out that this could all be done using just the site itself no FTP required. Just go to the ControlPanel -> Site Options -> Utilities -> File Browser then navigate to the path above and click on the app.js this will open up another page with an Edit button.

Recent Comments

Leave the first comment for this page.
© 2008 WizardsSpace.net
Powered by Community Server (Commercial Edition), by Telligent Systems