Results 1 to 5 of 5

Thread: Default Color

  1. #1
    freebsdkw is offline Member
    Join Date
    Aug 2007
    Posts
    6

    Default Default Color

    Hi All
    in SugarCRM have many colors i want change default to green one ?
    how can i make this ?

    Thanks
    Khaled Al-Mutairi

  2. #2
    eucrod is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    343

    Default Re: Default Color

    Hi freebsdkw,

    Change the file names "colors.sugar.css" to "colors.gray.css" and "colors.green.css" to "colors.sugar.css" in themes/Sugar.

    Change the array $theme_colors = array("sugar", "blue","green","purple","ocher"); to $theme_colors = array("sugar", "blue","gray","purple","ocher"); to $theme_colors = array("sugar", "blue","gray","purple","ocher"); in themes/Sugar/confing.php and change the file names colors.green.icon.gif, etc. Also, the files names in the themes/Sugar/images/ of the corresponding files.
    Euclides Rodriguez G.
    Consultor Soluciones Empresariales
    Cel: 3144715833
    Soluciones 360°.
    Bogotá, Colombia

    En http://www.crmhispano.com puedes encontrar todo sobre SugarCRM en español.

  3. #3
    m.mueller is offline Junior Member
    Join Date
    Nov 2009
    Posts
    1

    Default Re: Default Color

    Or, you can simply edit "themes/Sugar/layout_utils.php" and change this:

    $colorTheme = get_style_color($theme);

    to this:

    $colorTheme = 'grey';

    (where "grey" can be the color you wish to use). I think this is a little easier, huh?

    Marc

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Default Color

    Quote Originally Posted by freebsdkw View Post
    Hi All
    in SugarCRM have many colors i want change default to green one ?
    how can i make this ?

    Thanks
    Khaled Al-Mutairi
    There are some green themes available.
    Shouldn't it accomplish your needs?

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    yhercouet is offline Sugar Community Member
    Join Date
    Nov 2009
    Location
    Shanghai China
    Posts
    33

    Default Re: Default Color

    If you need to change the default color of the Sugar theme you can follow what I did in this topic:

    http://www.sugarcrm.com/forums/showt...964#post219964

    Yoann

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Add/Modify DB
    By russel2x2 in forum Developer Help
    Replies: 4
    Last Post: 2007-12-11, 10:19 AM
  2. Replies: 3
    Last Post: 2006-10-18, 12:47 AM
  3. SugarCrm 4.0 Patch
    By mgamboa in forum General Discussion
    Replies: 0
    Last Post: 2005-12-21, 04:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •