I have changed what I though was the appropriate code to force JA Xenia to use the Blue color scheme. However it still Shows up as the default – Orange.
How do I force the color to be blue?
Thanks
$ja_template_name = 'ja_xenia_ii_shopping';
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array('default', 'blue', 'green'); // You can add more color array if needed
####################################
# Change the width of the template
$ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768; 'auto': fluid width
# default color
$ja_color_default = 'blue'; //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$ja_font_size_default = 3;