test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mixx Friend
    #118472

    Thought I’d try and get 3 questions in here:

    1. Need to change the logo to a new one. How and which file? Can it be bigger?
    2. Need to change the colour (custom).
    3. Want to delete the colour choice at the top but keep the resize option.

    Thanks

    mixx

    cssyeah Moderator
    #213632

    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

    🙂

    mixx Friend
    #213854

    Thanks trungch.

    RE: Question 2….

    please let me know where in the CSS file I need to edit the color file? and where do these ‘thumb images for new colors’ go?

    Thanks

    mixx

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

This topic contains 3 replies, has 2 voices, and was last updated by  mixx 17 years, 11 months ago.

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