Theme Settings

Piksell coms with eight different color scheme.

To change color you need to replace style.css with one of this files: pink.css, red.css, purple.css, orange.css, blue.css, green.css or brown.css

Boxed layout

To set boxed layout add .boxed-layout .container classes to body element.

	<body class="boxed-layout container">

To set background pattern go to folder css find file style.css(pink.css, red.css, purple.css, orange.css, blue.css, green.css, brown.css) and change background to body ex: body { background: url(../img/patterns/pattern-01.png) repeat; }