Elizabeth Smith wrote:
I know many of these templates come with different styles meaning different color variations. Every time I download a template and install it, I get the template in the image. I thought there were other styles to choose from. How do I change to the other color variations?
You can usually change the style options by a setting in the index.php file Elizabeth. For an exampel, here are the settings for Versatility III. The first option would change the style, depending on what number you choose.
Versatility III Configuration Options
// *************************************************
// Change this variable blow to switch color-schemes
//
// If you have any issues, check out the forum at
//
www.rockettheme.com
//
// *************************************************
$default_style = "style1"; // style1 | style2 | style3 | ..... | style20
$template_width = "868"; // width in px | fluid
$side_width = "175"; // width in px
$menu_name = "mainmenu"; // mainmenu by default, can be any Joomla menu name
$menu_type = "moomenu"; // splitmenu | moomenu | module
$menu_side = "right"; // left | right
$default_font = "default"; // smaller | default | larger
$show_pathway = "true"; // true | false
$show_pulldown = "true"; // true | false
// *************************************************