Hey, I really am loving this theme, but I'm running into some color issues when making modifications to the colors of the menu bar and footer. It's difficult to find a compromise that suits the single option of only one color for links when both inactive and active. Would it be possible to introduce the option of changing footer link colors independantly of menu(bar) link colors?

Cheers,
Darren.

CommentFileSizeAuthor
#2 color.zip6.07 KBgtsopour

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Category: support » feature
Issue tags: +Corporate Theme, +Corporate Clean Theme, +CorporateClean, +Corporate Clean color module support

Changed to feature request

gtsopour’s picture

StatusFileSize
new6.07 KB

Hello dkgiles,

thank you for this feature request. Ι made the necessary changes to Corporate Clean theme color files in order to support separate footer/subfooter links color configuration. I made changes to the following files:

  • color/color.inc
  • color/color.css
  • color/preview.js
  • color/preview.css

Could you please help me debugging these changes? Finally, i will commit these changes.

You can find attached the new color.zip folder. Just replace your existing one under Corporate Clean theme folder and then clear Drupal's cached data through Administer » Site configuration » Performance » Clear cached data

Thanks
/George

dkgiles’s picture

Hi George,

I've just replaced the files in the zip with my original versions and can confirm this works perfectly. Pure magic :) Happy to do any particular additional testing you may require.

BTW - your response time to this request was phenomenal!

Oh, you might want to check line 6 of colors.css (there's what looks to be a typo in both the current version and the version you updated in the .zip file):
#footer a:hover, #footer li a.active:hover, #footer-bottom a:hover, #foote-bottom li a.active:hover,

(see: #foote-bottom).

Cheers,
Darren.

gtsopour’s picture

Status: Active » Fixed

Hello dkgiles,
thank you for your answer and for your good words.

You are absolutely right with your mention (line 6 of colors.css). Ι just corrected this issue and also committed all color changes. These changes will be included in next Corporate Clean 7.x-1.5 release (with great thanks to you of course).

dkgiles, Ι would appreciate any help and any color scheme proposal for this new feature http://drupal.org/node/1558426.

Thanks again
/George

dkgiles’s picture

Hi gtsopour,

I'd be happy to contribute a color theme, although I have also created a local.css file with two overrides that contains the following:

/* Change footer h2 heading color */

#footer h2 {color:#024365; }

/* Change link color for top menu */

#header-menu ul.menu li a:hover, #header-menu ul.menu li a.active { color:#0093c5; }

Before adding the color scheme proposal I thought it best to know that I've added these overrides. Up to you, but perhaps worth adding these areas as additional fields into color.inc?

Cheers,
Darren.

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

added more info to make my query clearer

avpaderno’s picture

Issue summary: View changes
Issue tags: -Corporate Theme, -Corporate Clean Theme, -CorporateClean, -Corporate Clean color module support