CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • Usability Improvements (Moderator: Dave Greenberg) »
  • Suggest changing color of CiviCRM black dropdown menu
Pages: [1]

Author Topic: Suggest changing color of CiviCRM black dropdown menu  (Read 2258 times)

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Suggest changing color of CiviCRM black dropdown menu
July 09, 2010, 10:55:36 am
I've had complaints that people don't understand why the black bar changes options or "looks funny on some pages", and they can't tell when they are "in CiviCRM" or when they are "in Drupal".  I know this seems like a trivial matter for an experienced programmer, but for rookie users of CiviCRM, I've had multiple questions about this.

As an experienced user, I can easily tell the difference between the Drupal module "Admin Menu" and the CiviCRM menu, even though they are both black.  The fonts are entirely different, so we're not fooling anyone on that front.  We're not gaining anything by imitating Admin Menu, mainly because it is not a very accurate imitation (if that was the intent even) but...

What we are doing is confusing rookies with a menu that is black like the Admin Menu.  Why not make the CiviCRM menu Blue or Red or whatever, as a visual cue that "you are now in CiviCRM"?




Try CiviTeacher: the online video tutorial CiviCRM learning library.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Suggest changing color of CiviCRM black dropdown menu
July 09, 2010, 03:09:14 pm
I don't think we are or we want to imitate Admin Menu. IMO both menus are kind of different and very intuitive.

Also current color goes well with the current color schema in CiviCRM.

Kurund
Found this reply helpful? Support CiviCRM

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Suggest changing color of CiviCRM black dropdown menu
July 09, 2010, 08:13:39 pm
No negativity intended.  Just relaying feedback that more than one end user has said the CiviCRM black menu is easily confused with the Drupal Admin Menu.  If you're not concerned and wouldn't recommend a change, then we'll leave it at that.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Suggest changing color of CiviCRM black dropdown menu
July 10, 2010, 03:46:13 pm
Stoob - i think the idea of a different colour is a great one as it trips up a lot of our clients and end up asking for other 'theme' changes so they know which part of the system they are in. Reversing the colours would be another option perhaps?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Suggest changing color of CiviCRM black dropdown menu
July 11, 2010, 04:40:58 pm
Hey, if this is something that comes in handy for your clients peterd, this is the code I used.  Just add this bit to the bottom of your .css file for your Drupal theme.

It should override the menu.css that CiviCRM uses.

My color scheme is blue.  You could change the colors to whatever you like.   This way we don't have to change CiviCRM core.
Code: [Select]
ul#civicrm-menu.menu-ul.innerbox, ul#civicrm-menu, #root-menu-div ul { background-color: #4477aa; }
ul#civicrm-menu { background-color: #003366; }
#civicrm-menu .activetarget {
background-color:#666666;
}
Try CiviTeacher: the online video tutorial CiviCRM learning library.

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Suggest changing color of CiviCRM black dropdown menu
July 11, 2010, 04:58:47 pm
sweet - karma lolly on its way
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • Usability Improvements (Moderator: Dave Greenberg) »
  • Suggest changing color of CiviCRM black dropdown menu

This forum was archived on 2017-11-26.