FAQ
1. What is Color My BANS
This site provides a way to modify the color values in the styles.css file for your BANS store. You can visually choose colors and then apply them to elements of the template that you choose from a dropdown .
2. What does it cost?
Nothing, it’s free. You can create as many styles.css files as you like. If you would like to support this service and help us continue to improve the site, please consider making a PayPal donation (even $1 is a great help):
3. What if I have already customized my styles.css file?
If you have already made changes to your styles.css file, then you probably don’t need this service. However, if most of your changes were colors, and you want to do a different color scheme, then you could make a new styles.css file with this service, and then go back and re-make any other changes you need, such as fonts.
4. What if I have a custom logo uploaded?
You won’t see your logo while using this service, but once you import the styles.css file back into your copy of BANS, it will still pick up your custom logo file. That’s stored on your web hosting space and will still be correctly referenced by the styles.css file we create for you.
5. Can I change fonts, sizes, bold, etc.?
No, we just change your colors. You’ll still need to do the other changes in the BANS Admin interface.
6. Can I still change it in the BANS Admin interface after I change the colors here?
Yes. We just create a new styles.css file for you. Once you load it back into the BANS Admin page you can continue editing as usual.
7. I changed the color of my header background, but it’s still blue after I load the css file back into BANS?
The blue you are seeing is actually the logo.jpg image. If you want to have a header with a colored background and no logo images, then you need to comment out that line of the styles.css file after you finish changing the colors.
Find the line that looks like this:
background: url(’images/logo.jpg’) no-repeat;
and change it to this:
/* background: url(’images/logo.jpg’) no-repeat; */
this change will make it so that you no longer have an image background, and the color you chose will show up.
