Hi mixx,
1. Need to design a new logo (The size can bigger or smaller), To save it with name “logo-yourcolor.jpg” and save it to the images folder of the template.
After, modify height of the header in template_css.css file (this css source section):
#ja-header h1 {
font-size: 2em;
height: 70px;
border-bottom: 1px solid #FFFFFF;
}
2. You can to add or to eliminate the color of the site as to add or to eliminate the color name in the color array:
#support extra color themes
$ja_color_themes = array('blue','orange','green','...','...'); // You can add more color
after you need make some thumb images for new colors, continuouss you need create some css color file for some new color.
3. Can config the colour choice at the top:
# Enable users option
$ja_tool = 1; // 0: disable all; 1: disable color, enable screen; 2: enable
🙂