Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • juniew Friend
    #118372

    Does anyone know how to change the default color scheme on the templates for example Ja kruger come with two color choices black and white the default is black how do I make the default white? also how do I make white the only choice?

    cssyeah Moderator
    #213567

    Hi juniew,

    Open index.php file and you change color default in the red line:


    # TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('blue','orange','green'); // You can add more color array if needed
    ####################################
    # Change the width of the template
    $ja_width_default = 'narrow'; // 'narrow': 800x600; 'wide': 1024x768; 'auto': fluid width
    # default color
    $ja_color_default = 'orange'; //blank for default, else pick one of in extra

    🙂

    juniew Friend
    #213597

    Thank you so much I got it. How do I make one color the only color choice for example, how do I make white the only color choice instead of giving the option of other colors.

    mixx Friend
    #213600

    I need to find this out as well. I want to eliminate the choice of colour but keep the resizing option.

    mixx

    cssyeah Moderator
    #213630

    Hi juniew,

    Can to add or to eliminate the colors, as to add or to eliminate the color name in color array:


    #support extra color themes
    $ja_color_themes = array('blue','orange','green'); // You can add more color array if needed

    for example, only make one orange color, we modify that:


    #support extra color themes
    $ja_color_themes = array('orange'); // You can add more color array if needed

    Or if you want to eliminate the choice of colors, you can config site tools option and don’t modify colour array.


    # Enable users option
    $ja_tool = 1; // 0: disable all; 1: disable color, enable screen; 2: enable

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  cssyeah 17 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum