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

    Dear All

    i read about this in index.php

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

    if i want to add a new color o like for example the color code is #DAD49A, some kind of yellow color, how ? what do i need to do to add this ?

    come on.. i need someone to help me out !!! it will be thankful !!!

    mike chen from taiwan :p

    cssyeah Moderator
    #237045

    Hi moldex3d,

    If you want to add extra color themes, you need do some following steps:

    1. Add new color in to $ja_color_themes variable.


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

    2. Add new file brow.css in to the color folder ( it’s sub folder of the css folder).

    3. Open the file brow.css and add some properties you want change (Ex: color, width,…).

    moldex3d Friend
    #237051

    thx man… you guys are so great…

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

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

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