Member:
Hello Rocket Team,
I’m using the new RT Northern Lights template for Joomla 1.5.
I’ve installed the template using the Rocket Launcher and chose to install sample data.
Now I am curious to know how to change the color of the light bulbs in User 1-3.
Do I need to edit some graphics or something?
I’ve taken a look at the source files, but I can’t find any light bulbs.
Can you help me please, this site was supposed to be finished a week ago and I’m just getting started.
TIA
RT Team:
Hello Member,
There are no source files to edit! The light bulb colors, along with all the other light bulb parameters are changed through the lightbulb.color.css.
To change the color, open the lightbulb.color.css and find:#User-1-bulb {
shape: standard;
size: small;
constant: yes;
watts: 50
color: #ffffff;
}
#User-2-bulb {
shape: standard;
size: small;
constant: yes;
watts: 50
color: #ffffff;
}
#User-3-bulb {
shape: standard;
size: small;
constant: yes;
watts: 50
color: #ffffff;
}
Change the #ffffff to the color you want.
Also, please take a look at the Northern Lights Tutorials and Guides for a complete explanation of all the parameters, and additional parameters you can add to the lightbulb.css.css to give your site just the kind of lighting you want.