2

I've never used color swatches on a website before, and was looking for advice.

I just purchased http://designmodo.com/flat/. I want to change the default color pattern to one of the swatches. It sounds like it's a simple process, but I don't know where to look.

Can someone tell me how to change swatch colors? Maybe the process is similar as within Twtiter Bootstrap

catchmikey
  • 1,739
  • 4
  • 20
  • 20

1 Answers1

2

There is a /less folder where you can find a "variables.less". There you can do your configuration. Then you need to compile it.

http://lesscss.org/

Or you use an IDE like Netbeans that can compile LESS files.

fehrlich
  • 2,497
  • 2
  • 26
  • 44